pub struct TextAutoNumber {
pub scheme: TextAutoNumberScheme,
pub start_at: Option<u16>,
/* private fields */
}Expand description
An automatic-number bullet with a schema-defined numbering scheme.
Fields§
§scheme: TextAutoNumberScheme§start_at: Option<u16>Implementations§
Source§impl TextAutoNumber
impl TextAutoNumber
pub fn new(scheme: TextAutoNumberScheme) -> Self
Trait Implementations§
Source§impl Clone for TextAutoNumber
impl Clone for TextAutoNumber
Source§fn clone(&self) -> TextAutoNumber
fn clone(&self) -> TextAutoNumber
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 moreSource§impl Debug for TextAutoNumber
impl Debug for TextAutoNumber
impl Eq for TextAutoNumber
Source§impl PartialEq for TextAutoNumber
impl PartialEq for TextAutoNumber
impl StructuralPartialEq for TextAutoNumber
Auto Trait Implementations§
impl Freeze for TextAutoNumber
impl RefUnwindSafe for TextAutoNumber
impl Send for TextAutoNumber
impl Sync for TextAutoNumber
impl Unpin for TextAutoNumber
impl UnsafeUnpin for TextAutoNumber
impl UnwindSafe for TextAutoNumber
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