pub struct SAValWhat(/* private fields */);
Implementations§
Source§impl SAValWhat
impl SAValWhat
pub const IGNORE_VAL: Self
pub const SET_VAL_MIN: Self
pub const SET_VAL_CENTER: Self
pub const SET_VAL_MAX: Self
pub const SET_VAL_RELATIVE: Self
pub const SET_VAL_ABSOLUTE: Self
Trait Implementations§
Source§impl<'de> Deserialize<'de> for SAValWhat
impl<'de> Deserialize<'de> for SAValWhat
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Ord for SAValWhat
impl Ord for SAValWhat
Source§impl PartialOrd for SAValWhat
impl PartialOrd for SAValWhat
impl Copy for SAValWhat
impl Eq for SAValWhat
impl StructuralPartialEq for SAValWhat
Auto Trait Implementations§
impl Freeze for SAValWhat
impl RefUnwindSafe for SAValWhat
impl Send for SAValWhat
impl Sync for SAValWhat
impl Unpin for SAValWhat
impl UnwindSafe for SAValWhat
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