Struct ipmi_rs::connection::rmcp::Inactive
source · pub struct Inactive;Trait Implementations§
source§impl PartialEq for Inactive
impl PartialEq for Inactive
impl Copy for Inactive
impl StructuralPartialEq for Inactive
Auto Trait Implementations§
impl RefUnwindSafe for Inactive
impl Send for Inactive
impl Sync for Inactive
impl Unpin for Inactive
impl UnwindSafe for Inactive
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