pub struct DeOpts { /* private fields */ }Expand description
A struct for the desierialization options
Auto Trait Implementations§
impl Freeze for DeOpts
impl RefUnwindSafe for DeOpts
impl Send for DeOpts
impl Sync for DeOpts
impl Unpin for DeOpts
impl UnwindSafe for DeOpts
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