pub struct OpSerializer { /* private fields */ }Implementations§
Source§impl OpSerializer
impl OpSerializer
Trait Implementations§
Source§impl Default for OpSerializer
impl Default for OpSerializer
Source§fn default() -> OpSerializer
fn default() -> OpSerializer
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for OpSerializer
impl RefUnwindSafe for OpSerializer
impl Send for OpSerializer
impl Sync for OpSerializer
impl Unpin for OpSerializer
impl UnwindSafe for OpSerializer
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