pub struct NumberingFormat { /* private fields */ }Implementations§
Source§impl NumberingFormat
impl NumberingFormat
pub fn get_format_code(&self) -> &str
pub fn set_format_code<S: Into<String>>( &mut self, value: S, ) -> &mut NumberingFormat
pub fn get_source_linked(&self) -> &bool
pub fn set_source_linked(&mut self, value: bool) -> &mut NumberingFormat
Trait Implementations§
Source§impl Clone for NumberingFormat
impl Clone for NumberingFormat
Source§fn clone(&self) -> NumberingFormat
fn clone(&self) -> NumberingFormat
Returns a duplicate of the value. Read more
1.0.0 · 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 NumberingFormat
impl Debug for NumberingFormat
Source§impl Default for NumberingFormat
impl Default for NumberingFormat
Source§fn default() -> NumberingFormat
fn default() -> NumberingFormat
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for NumberingFormat
impl RefUnwindSafe for NumberingFormat
impl Send for NumberingFormat
impl Sync for NumberingFormat
impl Unpin for NumberingFormat
impl UnwindSafe for NumberingFormat
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