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