Struct liquid_interpreter::FilterChain [−][src]
pub struct FilterChain { /* fields omitted */ }A Value expression.
Methods
impl FilterChain[src]
impl FilterChainpub fn new(entry: Argument, filters: Vec<FilterCall>) -> Self[src]
pub fn new(entry: Argument, filters: Vec<FilterCall>) -> SelfCreate a new expression.
pub fn evaluate(&self, context: &Context) -> Result<Value>[src]
pub fn evaluate(&self, context: &Context) -> Result<Value>Process Value expression within context's stack.
Trait Implementations
impl Clone for FilterChain[src]
impl Clone for FilterChainfn clone(&self) -> FilterChain[src]
fn clone(&self) -> FilterChainReturns 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 Debug for FilterChain[src]
impl Debug for FilterChainfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for FilterChain[src]
impl PartialEq for FilterChainfn eq(&self, other: &FilterChain) -> bool[src]
fn eq(&self, other: &FilterChain) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &FilterChain) -> bool[src]
fn ne(&self, other: &FilterChain) -> boolThis method tests for !=.
impl Display for FilterChain[src]
impl Display for FilterChainfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Renderable for FilterChain[src]
impl Renderable for FilterChainAuto Trait Implementations
impl Send for FilterChain
impl Send for FilterChainimpl Sync for FilterChain
impl Sync for FilterChain