pub struct BuffersDecoded { /* private fields */ }Expand description
The result of the decoding operation.
This is the result of Decoder::decode when decoding completes successfully.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BuffersDecoded
impl RefUnwindSafe for BuffersDecoded
impl Send for BuffersDecoded
impl Sync for BuffersDecoded
impl Unpin for BuffersDecoded
impl UnsafeUnpin for BuffersDecoded
impl UnwindSafe for BuffersDecoded
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