pub struct NullBus { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NullBus
impl RefUnwindSafe for NullBus
impl Send for NullBus
impl Sync for NullBus
impl Unpin for NullBus
impl UnsafeUnpin for NullBus
impl UnwindSafe for NullBus
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