pub struct SharedParserOptions {
pub source_id: u32,
pub allow_implicit_externs: bool,
pub allow_implicit_semicolons: bool,
pub enforce_mutable_bindings: bool,
}Fields§
§source_id: u32§allow_implicit_externs: bool§allow_implicit_semicolons: bool§enforce_mutable_bindings: boolTrait Implementations§
Source§fn clone(&self) -> SharedParserOptions
fn clone(&self) -> SharedParserOptions
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§fn default() -> SharedParserOptions
fn default() -> SharedParserOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
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