Struct liquid_core::parser::Raw
source · [−]pub struct Raw<'a> { /* private fields */ }Expand description
An element that is raw text.
Implementations
sourceimpl<'a> Raw<'a>
impl<'a> Raw<'a>
sourcepub fn into_renderable(self) -> Box<dyn Renderable>
pub fn into_renderable(self) -> Box<dyn Renderable>
Turns the text into a Renderable.
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for Raw<'a>
impl<'a> Send for Raw<'a>
impl<'a> Sync for Raw<'a>
impl<'a> Unpin for Raw<'a>
impl<'a> UnwindSafe for Raw<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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