[][src]Struct i3status_rs::blocks::github::GithubConfig

pub struct GithubConfig {
    pub interval: Duration,
    pub api_server: String,
    pub format: String,
    pub hide_if_total_is_zero: bool,
}

Fields

interval: Duration

Update interval in seconds

api_server: Stringformat: String

Format override

hide_if_total_is_zero: bool

Trait Implementations

impl Clone for GithubConfig[src]

impl Debug for GithubConfig[src]

impl Default for GithubConfig[src]

impl<'de> Deserialize<'de> for GithubConfig where
    GithubConfig: Default
[src]

Auto Trait Implementations

impl RefUnwindSafe for GithubConfig[src]

impl Send for GithubConfig[src]

impl Sync for GithubConfig[src]

impl Unpin for GithubConfig[src]

impl UnwindSafe for GithubConfig[src]

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> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[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.