Enum ContrastError
pub enum ContrastError {
InvalidRatio,
}Variants§
InvalidRatio
Trait Implementations§
§impl Clone for ContrastError
impl Clone for ContrastError
§fn clone(&self) -> ContrastError
fn clone(&self) -> ContrastError
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more§impl Debug for ContrastError
impl Debug for ContrastError
§impl PartialEq for ContrastError
impl PartialEq for ContrastError
impl Copy for ContrastError
impl Eq for ContrastError
impl StructuralPartialEq for ContrastError
Auto Trait Implementations§
impl Freeze for ContrastError
impl RefUnwindSafe for ContrastError
impl Send for ContrastError
impl Sync for ContrastError
impl Unpin for ContrastError
impl UnsafeUnpin for ContrastError
impl UnwindSafe for ContrastError
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more