Enum ipmi_rs::connection::LogicalUnit
source · pub enum LogicalUnit {
Zero,
One,
Two,
Three,
}Variants§
Implementations§
Trait Implementations§
source§impl Clone for LogicalUnit
impl Clone for LogicalUnit
source§fn clone(&self) -> LogicalUnit
fn clone(&self) -> LogicalUnit
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 LogicalUnit
impl Debug for LogicalUnit
source§impl PartialEq for LogicalUnit
impl PartialEq for LogicalUnit
source§fn eq(&self, other: &LogicalUnit) -> bool
fn eq(&self, other: &LogicalUnit) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl TryFrom<u8> for LogicalUnit
impl TryFrom<u8> for LogicalUnit
impl Copy for LogicalUnit
impl StructuralPartialEq for LogicalUnit
Auto Trait Implementations§
impl RefUnwindSafe for LogicalUnit
impl Send for LogicalUnit
impl Sync for LogicalUnit
impl Unpin for LogicalUnit
impl UnwindSafe for LogicalUnit
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