pub struct U8SeqWriter(/* private fields */);Expand description
U8 seq writer
Implementations§
Auto Trait Implementations§
impl Freeze for U8SeqWriter
impl RefUnwindSafe for U8SeqWriter
impl Send for U8SeqWriter
impl Sync for U8SeqWriter
impl Unpin for U8SeqWriter
impl UnwindSafe for U8SeqWriter
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