Enum spreadsheet_ods::format::FormatPartType
source · pub enum FormatPartType {
Show 19 variants
Number,
FillCharacter,
ScientificNumber,
Fraction,
CurrencySymbol,
Day,
Month,
Year,
Era,
DayOfWeek,
WeekOfYear,
Quarter,
Hours,
Minutes,
Seconds,
AmPm,
Boolean,
Text,
TextContent,
}Expand description
Identifies the structural parts of a value format.
Variants§
Number
FillCharacter
ScientificNumber
Fraction
CurrencySymbol
Day
Month
Year
Era
DayOfWeek
WeekOfYear
Quarter
Hours
Minutes
Seconds
AmPm
Boolean
Text
TextContent
Trait Implementations§
source§impl Clone for FormatPartType
impl Clone for FormatPartType
source§fn clone(&self) -> FormatPartType
fn clone(&self) -> FormatPartType
Returns a copy 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 FormatPartType
impl Debug for FormatPartType
source§impl GetSize for FormatPartType
impl GetSize for FormatPartType
source§fn get_heap_size(&self) -> usize
fn get_heap_size(&self) -> usize
Determines how many bytes this object occupies inside the heap. Read more
source§fn get_stack_size() -> usize
fn get_stack_size() -> usize
Determines how may bytes this object occupies inside the stack. Read more
source§impl PartialEq for FormatPartType
impl PartialEq for FormatPartType
source§fn eq(&self, other: &FormatPartType) -> bool
fn eq(&self, other: &FormatPartType) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for FormatPartType
impl Eq for FormatPartType
impl StructuralPartialEq for FormatPartType
Auto Trait Implementations§
impl Freeze for FormatPartType
impl RefUnwindSafe for FormatPartType
impl Send for FormatPartType
impl Sync for FormatPartType
impl Unpin for FormatPartType
impl UnwindSafe for FormatPartType
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.