Enum vkrs::auth::Permission [] [src]

#[repr(i32)]
pub enum Permission { Notify, Friends, Photos, Audio, Video, Docs, Notes, Pages, Menu, Status, Offers, Questions, Wall, Groups, Messages, Email, Notifications, Stats, Ads, Market, Offline, NoHttps, }

Variants

Methods

impl Permission
[src]

Trait Implementations

impl Debug for Permission
[src]

Formats the value using the given formatter.

impl PartialEq for Permission
[src]

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

This method tests for !=.

impl Eq for Permission
[src]

impl Copy for Permission
[src]

impl Clone for Permission
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl FromStr for Permission
[src]

The associated error which can be returned from parsing.

Parses a string s to return a value of this type. Read more