Struct liquid_core::model::ObjectRender
source · [−]pub struct ObjectRender<'s, O: ObjectView> { /* private fields */ }Expand description
Helper for ObjectView::render
Trait Implementations
sourceimpl<'s, O: Debug + ObjectView> Debug for ObjectRender<'s, O>
impl<'s, O: Debug + ObjectView> Debug for ObjectRender<'s, O>
sourceimpl<'s, O: ObjectView> Display for ObjectRender<'s, O>
impl<'s, O: ObjectView> Display for ObjectRender<'s, O>
Auto Trait Implementations
impl<'s, O> RefUnwindSafe for ObjectRender<'s, O> where
O: RefUnwindSafe,
impl<'s, O> Send for ObjectRender<'s, O> where
O: Sync,
impl<'s, O> Sync for ObjectRender<'s, O> where
O: Sync,
impl<'s, O> Unpin for ObjectRender<'s, O>
impl<'s, O> UnwindSafe for ObjectRender<'s, O> where
O: RefUnwindSafe,
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