pub enum EffortDriverDirection {
Raises,
Lowers,
Neutral,
}Variants§
Trait Implementations§
Source§impl Clone for EffortDriverDirection
impl Clone for EffortDriverDirection
Source§fn clone(&self) -> EffortDriverDirection
fn clone(&self) -> EffortDriverDirection
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 moreSource§impl Debug for EffortDriverDirection
impl Debug for EffortDriverDirection
Source§impl<'de> Deserialize<'de> for EffortDriverDirection
impl<'de> Deserialize<'de> for EffortDriverDirection
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 PartialEq for EffortDriverDirection
impl PartialEq for EffortDriverDirection
Source§impl Serialize for EffortDriverDirection
impl Serialize for EffortDriverDirection
impl Copy for EffortDriverDirection
impl Eq for EffortDriverDirection
impl StructuralPartialEq for EffortDriverDirection
Auto Trait Implementations§
impl Freeze for EffortDriverDirection
impl RefUnwindSafe for EffortDriverDirection
impl Send for EffortDriverDirection
impl Sync for EffortDriverDirection
impl Unpin for EffortDriverDirection
impl UnsafeUnpin for EffortDriverDirection
impl UnwindSafe for EffortDriverDirection
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