Struct liquid_lib::stdlib::RawBlock
source · pub struct RawBlock;
Available on crate feature
stdlib
only.Implementations§
Trait Implementations§
source§impl BlockReflection for RawBlock
impl BlockReflection for RawBlock
source§impl ParseBlock for RawBlock
impl ParseBlock for RawBlock
fn parse( &self, arguments: TagTokenIter<'_>, tokens: TagBlock<'_, '_>, _options: &Language ) -> Result<Box<dyn Renderable>>
fn reflection(&self) -> &dyn BlockReflection
impl Copy for RawBlock
Auto Trait Implementations§
impl RefUnwindSafe for RawBlock
impl Send for RawBlock
impl Sync for RawBlock
impl Unpin for RawBlock
impl UnwindSafe for RawBlock
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