pub struct ByteSerializer { /* private fields */ }Implementations§
Auto Trait Implementations§
impl Freeze for ByteSerializer
impl RefUnwindSafe for ByteSerializer
impl Send for ByteSerializer
impl Sync for ByteSerializer
impl Unpin for ByteSerializer
impl UnsafeUnpin for ByteSerializer
impl UnwindSafe for ByteSerializer
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