pub struct PooledVecWriter { /* private fields */ }Implementations§
Trait Implementations§
Source§impl BufferWriter for PooledVecWriter
Available on crate feature alloc only.
impl BufferWriter for PooledVecWriter
Available on crate feature
alloc only.Source§impl Default for PooledVecWriter
Available on crate feature alloc only.
impl Default for PooledVecWriter
Available on crate feature
alloc only.Source§impl Drop for PooledVecWriter
Available on crate feature alloc only.
impl Drop for PooledVecWriter
Available on crate feature
alloc only.Auto Trait Implementations§
impl Freeze for PooledVecWriter
impl RefUnwindSafe for PooledVecWriter
impl Send for PooledVecWriter
impl Sync for PooledVecWriter
impl Unpin for PooledVecWriter
impl UnsafeUnpin for PooledVecWriter
impl UnwindSafe for PooledVecWriter
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