Struct liquid_lib::stdlib::RemoveFirst
source · pub struct RemoveFirst;Trait Implementations§
source§impl Clone for RemoveFirst
impl Clone for RemoveFirst
source§fn clone(&self) -> RemoveFirst
fn clone(&self) -> RemoveFirst
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 FilterReflection for RemoveFirst
impl FilterReflection for RemoveFirst
fn name(&self) -> &'static str
fn description(&self) -> &'static str
fn positional_parameters(&self) -> &'static [ParameterReflection]
fn keyword_parameters(&self) -> &'static [ParameterReflection]
source§impl ParseFilter for RemoveFirst
impl ParseFilter for RemoveFirst
source§fn parse(&self, args: FilterArguments<'_>) -> Result<Box<dyn Filter>>
fn parse(&self, args: FilterArguments<'_>) -> Result<Box<dyn Filter>>
Filter
input based on arguments.