[][src]Struct grammers_tl_types::types::Folder

pub struct Folder {
    pub autofill_new_broadcasts: bool,
    pub autofill_public_groups: bool,
    pub autofill_new_correspondents: bool,
    pub id: i32,
    pub title: String,
    pub photo: Option<ChatPhoto>,
}

Fields

autofill_new_broadcasts: boolautofill_public_groups: boolautofill_new_correspondents: boolid: i32title: Stringphoto: Option<ChatPhoto>

Trait Implementations

impl Clone for Folder[src]

impl Debug for Folder[src]

impl Deserializable for Folder[src]

impl From<Folder> for Folder[src]

impl From<Folder> for Folder[src]

impl Identifiable for Folder[src]

impl PartialEq<Folder> for Folder[src]

impl Serializable for Folder[src]

impl StructuralPartialEq for Folder[src]

Auto Trait Implementations

impl RefUnwindSafe for Folder

impl Send for Folder

impl Sync for Folder

impl Unpin for Folder

impl UnwindSafe for Folder

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> 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.