pub struct NumberingState { /* private fields */ }Expand description
Tracks numbering counters across paragraphs.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NumberingState
impl RefUnwindSafe for NumberingState
impl Send for NumberingState
impl Sync for NumberingState
impl Unpin for NumberingState
impl UnsafeUnpin for NumberingState
impl UnwindSafe for NumberingState
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