Struct liquid_interpreter::BoxedValueFilter [−][src]
pub struct BoxedValueFilter { /* fields omitted */ }Custom Box<FilterValue> with a FnFilterValue optimization.
Trait Implementations
impl Clone for BoxedValueFilter[src]
impl Clone for BoxedValueFilterfn clone(&self) -> BoxedValueFilter[src]
fn clone(&self) -> BoxedValueFilterReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl FilterValue for BoxedValueFilter[src]
impl FilterValue for BoxedValueFilterfn filter(&self, input: &Value, arguments: &[Value]) -> FilterResult[src]
fn filter(&self, input: &Value, arguments: &[Value]) -> FilterResultFilter input based on arguments.
impl From<fn(_: &Value, _: &[Value]) -> FilterResult> for BoxedValueFilter[src]
impl From<fn(_: &Value, _: &[Value]) -> FilterResult> for BoxedValueFilterfn from(filter: FnFilterValue) -> BoxedValueFilter[src]
fn from(filter: FnFilterValue) -> BoxedValueFilterPerforms the conversion.
impl From<Box<FilterValue>> for BoxedValueFilter[src]
impl From<Box<FilterValue>> for BoxedValueFilterfn from(filter: Box<FilterValue>) -> BoxedValueFilter[src]
fn from(filter: Box<FilterValue>) -> BoxedValueFilterPerforms the conversion.
Auto Trait Implementations
impl Send for BoxedValueFilter
impl Send for BoxedValueFilterimpl Sync for BoxedValueFilter
impl Sync for BoxedValueFilter