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