pub struct NumberingState { /* private fields */ }Expand description
Tracks numbering counters across paragraphs.
Clone exists so a note laid out at more than one section width consumes
its list numbers once rather than once per width.
Implementations§
Trait Implementations§
Source§impl Clone for NumberingState
impl Clone for NumberingState
Source§fn clone(&self) -> NumberingState
fn clone(&self) -> NumberingState
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto 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