Struct vkrs::account::PushSettings [] [src]

pub struct PushSettings {
    pub disabled: Bool,
    pub disabled_until: Timestamp,
    pub conversations: u8,
}

Fields

Trait Implementations

impl Clone for PushSettings
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for PushSettings
[src]

impl PartialEq for PushSettings
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Debug for PushSettings
[src]

Formats the value using the given formatter.