[][src]Enum osmgraphing::osm::Support

pub enum Support {
    PBF,
    FMI,
    XML,
}

Variants

PBFFMIXML

Methods

impl Support[src]

pub fn supported_exts() -> &'static [&'static str; 2][src]

pub fn from_path<S: ?Sized>(path: &S) -> Result<Self, FileError> where
    S: AsRef<OsStr>, 
[src]

Trait Implementations

impl PartialEq<Support> for Support[src]

#[must_use] fn ne(&self, other: &Rhs) -> bool1.0.0[src]

This method tests for !=.

impl Debug for Support[src]

Auto Trait Implementations

impl Send for Support

impl Unpin for Support

impl Sync for Support

impl UnwindSafe for Support

impl RefUnwindSafe for Support

Blanket Implementations

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

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

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.

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]