pub struct FromJsonOptions {
pub version_header: bool,
pub indent: String,
}Expand description
Options for JSON → SAS conversion.
Fields§
§version_header: boolEmit __sas_version__ -> "1.1" header (default: true).
indent: StringIndentation string (default: " ").
Trait Implementations§
Source§impl Clone for FromJsonOptions
impl Clone for FromJsonOptions
Source§fn clone(&self) -> FromJsonOptions
fn clone(&self) -> FromJsonOptions
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 FromJsonOptions
impl Debug for FromJsonOptions
Auto Trait Implementations§
impl Freeze for FromJsonOptions
impl RefUnwindSafe for FromJsonOptions
impl Send for FromJsonOptions
impl Sync for FromJsonOptions
impl Unpin for FromJsonOptions
impl UnsafeUnpin for FromJsonOptions
impl UnwindSafe for FromJsonOptions
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