Struct askama_shared::helpers::LoopItem
source · [−]Fields
index: usizefirst: boollast: boolTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for LoopItem
impl Send for LoopItem
impl Sync for LoopItem
impl Unpin for LoopItem
impl UnwindSafe for LoopItem
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