pub struct DecodeRaw { /* private fields */ }
Expand description
Builder for the DecodeRaw
operation.
Implementations§
Source§impl DecodeRaw
impl DecodeRaw
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DecodeRaw
impl RefUnwindSafe for DecodeRaw
impl Send for DecodeRaw
impl Sync for DecodeRaw
impl Unpin for DecodeRaw
impl UnwindSafe for DecodeRaw
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