Struct serde_with::formats::Strict
source · [−]pub struct Strict;
Expand description
Use strict deserialization behavior, see Strictness
.
Trait Implementations
impl Copy for Strict
impl Strictness for Strict
Auto Trait Implementations
impl RefUnwindSafe for Strict
impl Send for Strict
impl Sync for Strict
impl Unpin for Strict
impl UnwindSafe for Strict
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more