[][src]Struct evalexpr::ExecOptions

pub struct ExecOptions<'a> { /* fields omitted */ }

Execute options

Methods

impl<'a> ExecOptions<'a>[src]

pub fn new(expr: &'a Expr) -> ExecOptions<'a>[src]

Create an option.

pub fn contexts(&mut self, contexts: &'a [Context]) -> &'a mut ExecOptions[src]

Set contexts.

pub fn functions(&mut self, functions: &'a Functions) -> &'a mut ExecOptions[src]

Set functions.

pub fn exec(&self) -> Result<Value, Error>[src]

Execute the compiled expression.

Auto Trait Implementations

impl<'a> !Send for ExecOptions<'a>

impl<'a> !Sync for ExecOptions<'a>

Blanket Implementations

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Any for T where
    T: 'static + ?Sized
[src]