pub struct Encode;
Expand description
Command: Encode, ZST marker struct
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Encode
impl RefUnwindSafe for Encode
impl Send for Encode
impl Sync for Encode
impl Unpin for Encode
impl UnwindSafe for Encode
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