pub enum ContrastError {
InvalidRatio,
}Variants§
InvalidRatio
Trait Implementations§
Source§impl Clone for ContrastError
impl Clone for ContrastError
Source§fn clone(&self) -> ContrastError
fn clone(&self) -> ContrastError
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ContrastError
impl Debug for ContrastError
Source§impl PartialEq for ContrastError
impl PartialEq for ContrastError
Source§fn eq(&self, other: &ContrastError) -> bool
fn eq(&self, other: &ContrastError) -> bool
Tests for
self and other values to be equal, and is used by ==.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