Struct liquid_lib::stdlib::IfChangedBlock [−][src]
pub struct IfChangedBlock;
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
fn parse(
&self,
arguments: TagTokenIter<'_>,
tokens: TagBlock<'_, '_>,
options: &Language
) -> Result<Box<dyn Renderable>>
Auto Trait Implementations
impl RefUnwindSafe for IfChangedBlock
impl Send for IfChangedBlock
impl Sync for IfChangedBlock
impl Unpin for IfChangedBlock
impl UnwindSafe for IfChangedBlock
Blanket Implementations
Mutably borrows from an owned value. Read more