pub struct WriteSlot { /* private fields */ }
Expand description
A region of the buffer which was advanced past and can later be filled in.
Auto Trait Implementations§
impl Freeze for WriteSlot
impl RefUnwindSafe for WriteSlot
impl Send for WriteSlot
impl Sync for WriteSlot
impl Unpin for WriteSlot
impl UnwindSafe for WriteSlot
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