[][src]Enum font_kit::error::SelectionError

pub enum SelectionError {
    NotFound,
    CannotAccessSource,
}

Reasons why a source might fail to look up a font or fonts.

Variants

NotFound

No font matching the given query was found.

CannotAccessSource

The source was inaccessible because of an I/O or similar error.

Trait Implementations

impl Clone for SelectionError[src]

impl Copy for SelectionError[src]

impl PartialEq<SelectionError> for SelectionError[src]

impl Debug for SelectionError[src]

impl Display for SelectionError[src]

impl StructuralPartialEq for SelectionError[src]

impl Error for SelectionError[src]

Auto Trait Implementations

Blanket Implementations

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> ToString for T where
    T: Display + ?Sized
[src]

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

type Error = !

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.

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

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

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