[][src]Struct keybase_protocol::protocol::keybase1::notify_ctl::NotificationChannels

pub struct NotificationChannels {
    pub session: bool,
    pub users: bool,
    pub kbfs: bool,
    pub kbfsdesktop: bool,
    pub kbfslegacy: bool,
    pub kbfssubscription: bool,
    pub tracking: bool,
    pub favorites: bool,
    pub paperkeys: bool,
    pub keyfamily: bool,
    pub service: bool,
    pub app: bool,
    pub chat: bool,
    pub pgp: bool,
    pub kbfsrequest: bool,
    pub badges: bool,
    pub reachability: bool,
    pub team: bool,
    pub ephemeral: bool,
    pub teambot: bool,
    pub chatkbfsedits: bool,
    pub chatdev: bool,
    pub deviceclone: bool,
    pub chatattachments: bool,
    pub wallet: bool,
    pub audit: bool,
    pub runtimestats: bool,
}

Fields

session: boolusers: boolkbfs: boolkbfsdesktop: boolkbfslegacy: boolkbfssubscription: booltracking: boolfavorites: boolpaperkeys: boolkeyfamily: boolservice: boolapp: boolchat: boolpgp: boolkbfsrequest: boolbadges: boolreachability: boolteam: boolephemeral: boolteambot: boolchatkbfsedits: boolchatdev: booldeviceclone: boolchatattachments: boolwallet: boolaudit: boolruntimestats: bool

Auto Trait Implementations

Blanket Implementations

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

impl<T> From<T> for 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> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]