pub struct JsoncExtraOptions {
pub disallow_comments: bool,
pub allow_trailing_comma: bool,
}Expand description
Extra options for JSONC parsing.
Fields§
§disallow_comments: bool§allow_trailing_comma: boolTrait Implementations§
Source§impl Clone for JsoncExtraOptions
impl Clone for JsoncExtraOptions
Source§fn clone(&self) -> JsoncExtraOptions
fn clone(&self) -> JsoncExtraOptions
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 JsoncExtraOptions
impl Debug for JsoncExtraOptions
Source§impl Default for JsoncExtraOptions
impl Default for JsoncExtraOptions
Source§fn default() -> JsoncExtraOptions
fn default() -> JsoncExtraOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for JsoncExtraOptions
impl RefUnwindSafe for JsoncExtraOptions
impl Send for JsoncExtraOptions
impl Sync for JsoncExtraOptions
impl Unpin for JsoncExtraOptions
impl UnsafeUnpin for JsoncExtraOptions
impl UnwindSafe for JsoncExtraOptions
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