pub enum EventDirection {
Entry,
Exit,
}
Variants§
Trait Implementations§
source§impl Clone for EventDirection
impl Clone for EventDirection
source§fn clone(&self) -> EventDirection
fn clone(&self) -> EventDirection
Returns a copy 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 EventDirection
impl Debug for EventDirection
source§impl Hash for EventDirection
impl Hash for EventDirection
source§impl Ord for EventDirection
impl Ord for EventDirection
source§fn cmp(&self, other: &EventDirection) -> Ordering
fn cmp(&self, other: &EventDirection) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for EventDirection
impl PartialEq for EventDirection
source§impl PartialOrd for EventDirection
impl PartialOrd for EventDirection
impl Copy for EventDirection
impl Eq for EventDirection
impl StructuralPartialEq for EventDirection
Auto Trait Implementations§
impl Freeze for EventDirection
impl RefUnwindSafe for EventDirection
impl Send for EventDirection
impl Sync for EventDirection
impl Unpin for EventDirection
impl UnwindSafe for EventDirection
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)