pub struct BytesMutWriter { /* private fields */ }Implementations§
Trait Implementations§
Source§impl BufferWriter for BytesMutWriter
impl BufferWriter for BytesMutWriter
Source§impl Clone for BytesMutWriter
impl Clone for BytesMutWriter
Source§fn clone(&self) -> BytesMutWriter
fn clone(&self) -> BytesMutWriter
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for BytesMutWriter
impl Debug for BytesMutWriter
Auto Trait Implementations§
impl Freeze for BytesMutWriter
impl RefUnwindSafe for BytesMutWriter
impl Send for BytesMutWriter
impl Sync for BytesMutWriter
impl Unpin for BytesMutWriter
impl UnsafeUnpin for BytesMutWriter
impl UnwindSafe for BytesMutWriter
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