pub struct Strict;
Expand description
Use strict deserialization behavior, see Strictness
.
Trait Implementations§
impl Strictness for Strict
Auto Trait Implementations§
impl Freeze for Strict
impl RefUnwindSafe for Strict
impl Send for Strict
impl Sync for Strict
impl Unpin for Strict
impl UnwindSafe for Strict
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