[][src]Struct deltachat_provider_database::Provider

pub struct Provider {
    pub overview_page: &'static str,
    pub name: &'static str,
    pub status: Status,
    pub markdown: &'static str,
}

Information about a provider

Fields

overview_page: &'static str

for linking to the providers page on the overview website like providers.delta.chat/{overview_page}

name: &'static strstatus: Statusmarkdown: &'static str

The markdown content of the providers page containing the preparation steps

Trait Implementations

impl Debug for Provider[src]

impl Deserialize<'static> for Provider[src]

impl PartialEq<Provider> for Provider[src]

impl Serialize for Provider[src]

impl StructuralPartialEq for Provider[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, 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.