Struct liquid_lib::stdlib::BreakTag
source · pub struct BreakTag;
Available on crate feature
stdlib
only.Implementations§
Trait Implementations§
source§impl ParseTag for BreakTag
impl ParseTag for BreakTag
fn parse( &self, arguments: TagTokenIter<'_>, _options: &Language ) -> Result<Box<dyn Renderable>>
fn reflection(&self) -> &dyn TagReflection
source§impl TagReflection for BreakTag
impl TagReflection for BreakTag
impl Copy for BreakTag
Auto Trait Implementations§
impl RefUnwindSafe for BreakTag
impl Send for BreakTag
impl Sync for BreakTag
impl Unpin for BreakTag
impl UnwindSafe for BreakTag
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more