Enum EventDirection
pub enum EventDirection {
Entry,
Exit,
}
Expand description
Represents the direction of an event, either an entry or an exit.
Variants§
Trait Implementations§
§impl Clone for EventDirection
impl Clone for EventDirection
§fn clone(&self) -> EventDirection
fn clone(&self) -> EventDirection
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 more§impl Debug for EventDirection
impl Debug for EventDirection
§impl Hash for EventDirection
impl Hash for EventDirection
§impl Ord for EventDirection
impl Ord for EventDirection
§impl PartialEq for EventDirection
impl PartialEq for EventDirection
§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