pub struct SerializeLevel<'a>(/* private fields */);Trait Implementations§
Source§impl<'a> Debug for SerializeLevel<'a>
 
impl<'a> Debug for SerializeLevel<'a>
Auto Trait Implementations§
impl<'a> Freeze for SerializeLevel<'a>
impl<'a> RefUnwindSafe for SerializeLevel<'a>
impl<'a> Send for SerializeLevel<'a>
impl<'a> Sync for SerializeLevel<'a>
impl<'a> Unpin for SerializeLevel<'a>
impl<'a> UnwindSafe for SerializeLevel<'a>
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