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