Struct eval_utility::eval_wrapper::EvalConfig
source · [−]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
sourceimpl Clone for EvalConfig
impl Clone for EvalConfig
sourcefn clone(&self) -> EvalConfig
fn clone(&self) -> EvalConfig
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
Auto Trait Implementations
impl RefUnwindSafe for EvalConfig
impl Send for EvalConfig
impl Sync for EvalConfig
impl Unpin for EvalConfig
impl UnwindSafe for EvalConfig
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more