Struct hubcaps::notifications::Thread[][src]

pub struct Thread {
    pub id: String,
    pub unread: bool,
    pub updated_at: String,
    pub last_read_at: Option<String>,
    pub reason: String,
    pub subject: Subject,
    pub repository: Repository,
    pub url: String,
    pub subscription_url: String,
}

Fields

Trait Implementations

impl Debug for Thread
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Thread

impl Sync for Thread