pub struct ClearBitstream;
Expand description
Command for Transport::dispatch().
Auto Trait Implementations§
impl Freeze for ClearBitstream
impl RefUnwindSafe for ClearBitstream
impl Send for ClearBitstream
impl Sync for ClearBitstream
impl Unpin for ClearBitstream
impl UnwindSafe for ClearBitstream
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