[][src]Enum oox::shared::drawingml::simpletypes::FontCollectionIndex

pub enum FontCollectionIndex {
    Major,
    Minor,
    None,
}

This simple type represents one of the fonts associated with the style.

Variants

Major

The major font of the style's font scheme.

Minor

The minor font of the style's font scheme.

None

No font reference.

Trait Implementations

impl Clone for FontCollectionIndex[src]

impl Copy for FontCollectionIndex[src]

impl Debug for FontCollectionIndex[src]

impl FromStr for FontCollectionIndex[src]

type Err = ParseError

The associated error which can be returned from parsing.

impl PartialEq<FontCollectionIndex> for FontCollectionIndex[src]

impl StructuralPartialEq for FontCollectionIndex[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.