pub enum ThresholdDirection {
Entered,
Exited,
}Variants§
Trait Implementations§
Source§impl Clone for ThresholdDirection
impl Clone for ThresholdDirection
Source§fn clone(&self) -> ThresholdDirection
fn clone(&self) -> ThresholdDirection
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 moreimpl Copy for ThresholdDirection
Source§impl Debug for ThresholdDirection
impl Debug for ThresholdDirection
impl Eq for ThresholdDirection
Source§impl PartialEq for ThresholdDirection
impl PartialEq for ThresholdDirection
Source§fn eq(&self, other: &ThresholdDirection) -> bool
fn eq(&self, other: &ThresholdDirection) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ThresholdDirection
Auto Trait Implementations§
impl Freeze for ThresholdDirection
impl RefUnwindSafe for ThresholdDirection
impl Send for ThresholdDirection
impl Sync for ThresholdDirection
impl Unpin for ThresholdDirection
impl UnsafeUnpin for ThresholdDirection
impl UnwindSafe for ThresholdDirection
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