[][src]Struct keybase_protocol::protocol::keybase1::favorite::Folder

pub struct Folder {
    pub name: Option<String>,
    pub private: Option<bool>,
    pub created: Option<bool>,
    pub folderType: Option<FolderType>,
    pub teamID: Option<TeamID>,
    pub resetMembers: Option<Vec<User>>,
    pub mtime: Option<Time>,
    pub conflictState: Option<ConflictState>,
    pub syncConfig: Option<FolderSyncConfig>,
}

Fields

name: Option<String>private: Option<bool>created: Option<bool>folderType: Option<FolderType>teamID: Option<TeamID>resetMembers: Option<Vec<User>>mtime: Option<Time>conflictState: Option<ConflictState>syncConfig: Option<FolderSyncConfig>

Trait Implementations

impl Debug for Folder[src]

impl Serialize for Folder[src]

impl<'de> Deserialize<'de> for Folder[src]

Auto Trait Implementations

impl Send for Folder

impl Unpin for Folder

impl Sync for Folder

impl UnwindSafe for Folder

impl RefUnwindSafe for Folder

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]

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]