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