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