Struct hubcaps::notifications::Subscription[][src]

pub struct Subscription {
    pub subscribed: bool,
    pub ignored: bool,
    pub reason: String,
    pub created_at: String,
    pub url: String,
    pub thread_url: String,
}

Fields

Trait Implementations

impl Debug for Subscription
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations