pub struct Enumerate { /* private fields */ }Expand description
An object that can list Items.
Refer to enumerate in LaTeX documentation for more information.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Enumerate
impl !RefUnwindSafe for Enumerate
impl !Send for Enumerate
impl !Sync for Enumerate
impl Unpin for Enumerate
impl !UnwindSafe for Enumerate
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