pub struct DecodeToAny;
Expand description
Command: Decode, ZST marker struct
This means the decoded string can be invalid UTF-8.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DecodeToAny
impl RefUnwindSafe for DecodeToAny
impl Send for DecodeToAny
impl Sync for DecodeToAny
impl Unpin for DecodeToAny
impl UnwindSafe for DecodeToAny
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