Enum font_kit::error::SelectionError [−][src]
pub enum SelectionError {
NotFound,
CannotAccessSource,
}Reasons why a source might fail to look up a font or fonts.
Variants
NotFoundNo font matching the given query was found.
CannotAccessSourceThe source was inaccessible because of an I/O or similar error.
Trait Implementations
impl PartialEq for SelectionError[src]
impl PartialEq for SelectionErrorfn eq(&self, other: &SelectionError) -> bool[src]
fn eq(&self, other: &SelectionError) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Debug for SelectionError[src]
impl Debug for SelectionErrorAuto Trait Implementations
impl Send for SelectionError
impl Send for SelectionErrorimpl Sync for SelectionError
impl Sync for SelectionError