pub enum TextAutoNumberScheme {
Show 41 variants
AlphaLowerParenBoth,
AlphaUpperParenBoth,
AlphaLowerParenRight,
AlphaUpperParenRight,
AlphaLowerPeriod,
AlphaUpperPeriod,
ArabicParenBoth,
ArabicParenRight,
ArabicPeriod,
ArabicPlain,
RomanLowerParenBoth,
RomanUpperParenBoth,
RomanLowerParenRight,
RomanUpperParenRight,
RomanLowerPeriod,
RomanUpperPeriod,
CircleNumberDoubleBytePlain,
CircleNumberWingdingsBlackPlain,
CircleNumberWingdingsWhitePlain,
ArabicDoubleBytePeriod,
ArabicDoubleBytePlain,
EastAsianSimplifiedChinesePeriod,
EastAsianSimplifiedChinesePlain,
EastAsianTraditionalChinesePeriod,
EastAsianTraditionalChinesePlain,
EastAsianJapaneseDoubleBytePeriod,
EastAsianJapaneseKoreanPlain,
EastAsianJapaneseKoreanPeriod,
Arabic1Minus,
Arabic2Minus,
Hebrew2Minus,
ThaiAlphaPeriod,
ThaiAlphaParenRight,
ThaiAlphaParenBoth,
ThaiNumberPeriod,
ThaiNumberParenRight,
ThaiNumberParenBoth,
HindiAlphaPeriod,
HindiNumberPeriod,
HindiNumberParenRight,
HindiAlpha1Period,
}Expand description
The 41 values of ST_TextAutonumberScheme.
Variants§
AlphaLowerParenBoth
AlphaUpperParenBoth
AlphaLowerParenRight
AlphaUpperParenRight
AlphaLowerPeriod
AlphaUpperPeriod
ArabicParenBoth
ArabicParenRight
ArabicPeriod
ArabicPlain
RomanLowerParenBoth
RomanUpperParenBoth
RomanLowerParenRight
RomanUpperParenRight
RomanLowerPeriod
RomanUpperPeriod
CircleNumberDoubleBytePlain
CircleNumberWingdingsBlackPlain
CircleNumberWingdingsWhitePlain
ArabicDoubleBytePeriod
ArabicDoubleBytePlain
EastAsianSimplifiedChinesePeriod
EastAsianSimplifiedChinesePlain
EastAsianTraditionalChinesePeriod
EastAsianTraditionalChinesePlain
EastAsianJapaneseDoubleBytePeriod
EastAsianJapaneseKoreanPlain
EastAsianJapaneseKoreanPeriod
Arabic1Minus
Arabic2Minus
Hebrew2Minus
ThaiAlphaPeriod
ThaiAlphaParenRight
ThaiAlphaParenBoth
ThaiNumberPeriod
ThaiNumberParenRight
ThaiNumberParenBoth
HindiAlphaPeriod
HindiNumberPeriod
HindiNumberParenRight
HindiAlpha1Period
Implementations§
Trait Implementations§
Source§impl Clone for TextAutoNumberScheme
impl Clone for TextAutoNumberScheme
Source§fn clone(&self) -> TextAutoNumberScheme
fn clone(&self) -> TextAutoNumberScheme
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 TextAutoNumberScheme
Source§impl Debug for TextAutoNumberScheme
impl Debug for TextAutoNumberScheme
impl Eq for TextAutoNumberScheme
Source§impl PartialEq for TextAutoNumberScheme
impl PartialEq for TextAutoNumberScheme
impl StructuralPartialEq for TextAutoNumberScheme
Auto Trait Implementations§
impl Freeze for TextAutoNumberScheme
impl RefUnwindSafe for TextAutoNumberScheme
impl Send for TextAutoNumberScheme
impl Sync for TextAutoNumberScheme
impl Unpin for TextAutoNumberScheme
impl UnsafeUnpin for TextAutoNumberScheme
impl UnwindSafe for TextAutoNumberScheme
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