pub struct ResolvedDecodeOptions {
pub indent: usize,
pub strict: bool,
pub expand_paths: ExpandPathsMode,
}Fields§
§indent: usize§strict: bool§expand_paths: ExpandPathsModeTrait Implementations§
Source§impl Clone for ResolvedDecodeOptions
impl Clone for ResolvedDecodeOptions
Source§fn clone(&self) -> ResolvedDecodeOptions
fn clone(&self) -> ResolvedDecodeOptions
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 moreAuto Trait Implementations§
impl Freeze for ResolvedDecodeOptions
impl RefUnwindSafe for ResolvedDecodeOptions
impl Send for ResolvedDecodeOptions
impl Sync for ResolvedDecodeOptions
impl Unpin for ResolvedDecodeOptions
impl UnwindSafe for ResolvedDecodeOptions
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