pub struct WarnLevel;Available on crate feature
serde only.Trait Implementations§
impl Copy for WarnLevel
Auto Trait Implementations§
impl Freeze for WarnLevel
impl RefUnwindSafe for WarnLevel
impl Send for WarnLevel
impl Sync for WarnLevel
impl Unpin for WarnLevel
impl UnwindSafe for WarnLevel
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