pub struct IntoVec<'d> { /* private fields */ }
Expand description
A encoding sink into a vector.
See Encoder::into_vec
on how to create this type.
Implementations
Auto Trait Implementations
impl<'d> !RefUnwindSafe for IntoVec<'d>
impl<'d> Send for IntoVec<'d>
impl<'d> !Sync for IntoVec<'d>
impl<'d> Unpin for IntoVec<'d>
impl<'d> !UnwindSafe for IntoVec<'d>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more