pub struct NumberingCache { /* private fields */ }Implementations§
Source§impl NumberingCache
impl NumberingCache
pub fn get_format_code(&self) -> &FormatCode
pub fn get_format_code_mut(&mut self) -> &mut FormatCode
pub fn set_format_code(&mut self, value: FormatCode) -> &mut NumberingCache
Trait Implementations§
Source§impl Clone for NumberingCache
impl Clone for NumberingCache
Source§fn clone(&self) -> NumberingCache
fn clone(&self) -> NumberingCache
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 NumberingCache
impl Debug for NumberingCache
Source§impl Default for NumberingCache
impl Default for NumberingCache
Source§fn default() -> NumberingCache
fn default() -> NumberingCache
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for NumberingCache
impl RefUnwindSafe for NumberingCache
impl Send for NumberingCache
impl Sync for NumberingCache
impl Unpin for NumberingCache
impl UnwindSafe for NumberingCache
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