Enum ipmi_rs::storage::sel::EventDirection
source · pub enum EventDirection {
Assert,
Deassert,
}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 PartialEq for EventDirection
impl PartialEq for EventDirection
source§fn eq(&self, other: &EventDirection) -> bool
fn eq(&self, other: &EventDirection) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for EventDirection
impl StructuralPartialEq for EventDirection
Auto Trait Implementations§
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