Struct askama_shared::helpers::LoopItem
source · pub struct LoopItem {
pub index: usize,
pub first: bool,
pub last: bool,
}
Fields§
§index: usize
§first: bool
§last: bool
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LoopItem
impl RefUnwindSafe for LoopItem
impl Send for LoopItem
impl Sync for LoopItem
impl Unpin for LoopItem
impl UnwindSafe for LoopItem
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more