pub struct CyclerState {
pub items: Vec<Value>,
/* private fields */
}Expand description
State for one cycler(...) instance (Nunjucks cycler in globals.js).
Fields§
§items: Vec<Value>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CyclerState
impl RefUnwindSafe for CyclerState
impl Send for CyclerState
impl Sync for CyclerState
impl Unpin for CyclerState
impl UnwindSafe for CyclerState
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