pub struct LongSerializer;Implementations§
Auto Trait Implementations§
impl Freeze for LongSerializer
impl RefUnwindSafe for LongSerializer
impl Send for LongSerializer
impl Sync for LongSerializer
impl Unpin for LongSerializer
impl UnsafeUnpin for LongSerializer
impl UnwindSafe for LongSerializer
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