pub struct SerializeMap<'t, O> { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl<'t, O> Freeze for SerializeMap<'t, O>where
O: Freeze,
impl<'t, O> RefUnwindSafe for SerializeMap<'t, O>where
O: RefUnwindSafe,
impl<'t, O> Send for SerializeMap<'t, O>where
O: Send,
impl<'t, O> Sync for SerializeMap<'t, O>where
O: Sync,
impl<'t, O> Unpin for SerializeMap<'t, O>where
O: Unpin,
impl<'t, O> !UnwindSafe for SerializeMap<'t, O>
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