Struct liquid_compiler::BlockSplit
source · pub struct BlockSplit<'a> {
pub delimiter: String,
pub args: &'a [Token],
pub trailing: &'a [Element],
}Expand description
Describes the optional trailing part of a block split.
Fields
delimiter: Stringargs: &'a [Token]trailing: &'a [Element]Auto Trait Implementations
impl<'a> RefUnwindSafe for BlockSplit<'a>
impl<'a> Send for BlockSplit<'a>
impl<'a> Sync for BlockSplit<'a>
impl<'a> Unpin for BlockSplit<'a>
impl<'a> UnwindSafe for BlockSplit<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more