Struct libnoentiendo::memory::NullPort
source · pub struct NullPort { /* private fields */ }
Expand description
A Port that does nothing.
Implementations§
Trait Implementations§
source§impl Port for NullPort
impl Port for NullPort
Auto Trait Implementations§
impl RefUnwindSafe for NullPort
impl Send for NullPort
impl Sync for NullPort
impl Unpin for NullPort
impl UnwindSafe for NullPort
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