pub struct EvalConfig {
pub include_maths: bool,
pub include_datetime: bool,
pub include_cast: bool,
pub include_regex: bool,
}
Fields§
§include_maths: bool
§include_datetime: bool
§include_cast: bool
§include_regex: bool
Implementations§
Trait Implementations§
Source§impl Clone for EvalConfig
impl Clone for EvalConfig
Source§fn clone(&self) -> EvalConfig
fn clone(&self) -> EvalConfig
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 EvalConfig
impl Debug for EvalConfig
Auto Trait Implementations§
impl Freeze for EvalConfig
impl RefUnwindSafe for EvalConfig
impl Send for EvalConfig
impl Sync for EvalConfig
impl Unpin for EvalConfig
impl UnwindSafe for EvalConfig
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