Struct debris_parser::parser::ExpressionConfig
source · pub struct ExpressionConfig {
pub allow_complex: bool,
}
Fields§
§allow_complex: bool
Trait Implementations§
source§impl Clone for ExpressionConfig
impl Clone for ExpressionConfig
source§fn clone(&self) -> ExpressionConfig
fn clone(&self) -> ExpressionConfig
Returns a copy 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 ExpressionConfig
impl Debug for ExpressionConfig
source§impl Default for ExpressionConfig
impl Default for ExpressionConfig
impl Copy for ExpressionConfig
Auto Trait Implementations§
impl RefUnwindSafe for ExpressionConfig
impl Send for ExpressionConfig
impl Sync for ExpressionConfig
impl Unpin for ExpressionConfig
impl UnwindSafe for ExpressionConfig
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