Enum vkrs::video::Privacy [] [src]

pub enum Privacy {
    All,
    Friends,
    FriendsOfFriends,
    OnlyMe,
}

Variants

Trait Implementations

impl Eq for Privacy
[src]

impl PartialEq for Privacy
[src]

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

This method tests for !=.

impl Copy for Privacy
[src]

impl Clone for Privacy
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Privacy
[src]

Formats the value using the given formatter.

impl AsRef<str> for Privacy
[src]

Performs the conversion.