pub enum ST_NumberFormat {
Decimal,
UpperRoman,
LowerRoman,
UpperLetter,
LowerLetter,
Ordinal,
Bullet,
None,
}Expand description
ST_NumberFormat — Numbering format type.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for ST_NumberFormat
impl Clone for ST_NumberFormat
Source§fn clone(&self) -> ST_NumberFormat
fn clone(&self) -> ST_NumberFormat
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 moreimpl Copy for ST_NumberFormat
Source§impl Debug for ST_NumberFormat
impl Debug for ST_NumberFormat
impl Eq for ST_NumberFormat
Source§impl PartialEq for ST_NumberFormat
impl PartialEq for ST_NumberFormat
impl StructuralPartialEq for ST_NumberFormat
Auto Trait Implementations§
impl Freeze for ST_NumberFormat
impl RefUnwindSafe for ST_NumberFormat
impl Send for ST_NumberFormat
impl Sync for ST_NumberFormat
impl Unpin for ST_NumberFormat
impl UnsafeUnpin for ST_NumberFormat
impl UnwindSafe for ST_NumberFormat
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