pub struct DecoderOptions {
pub indent: usize,
pub strict: bool,
pub expand_paths: PathExpansionMode,
}Fields§
§indent: usize§strict: bool§expand_paths: PathExpansionModeTrait Implementations§
Source§impl Clone for DecoderOptions
impl Clone for DecoderOptions
Source§fn clone(&self) -> DecoderOptions
fn clone(&self) -> DecoderOptions
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DecoderOptions
impl Debug for DecoderOptions
Auto Trait Implementations§
impl Freeze for DecoderOptions
impl RefUnwindSafe for DecoderOptions
impl Send for DecoderOptions
impl Sync for DecoderOptions
impl Unpin for DecoderOptions
impl UnwindSafe for DecoderOptions
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