pub struct BuffersEncoded { /* private fields */ }Expand description
The result of the encoding operation.
This is the result of Encoder::encode_all or EncodingBlock::encode.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BuffersEncoded
impl RefUnwindSafe for BuffersEncoded
impl Send for BuffersEncoded
impl Sync for BuffersEncoded
impl Unpin for BuffersEncoded
impl UnwindSafe for BuffersEncoded
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