Struct vkrs::auth::Permissions [] [src]

pub struct Permissions(_);

Methods

impl Permissions
[src]

Trait Implementations

impl Debug for Permissions
[src]

Formats the value using the given formatter.

impl PartialEq for Permissions
[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 Permissions
[src]

impl Copy for Permissions
[src]

impl Clone for Permissions
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Permissions
[src]

Returns the "default value" for a type. Read more

impl Deserialize for Permissions
[src]

Deserialize this value given this Deserializer.

impl FromStr for Permissions
[src]

The associated error which can be returned from parsing.

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

impl From<Permission> for Permissions
[src]

Performs the conversion.

impl<'a, T: IntoIterator<Item=&'a Permission>> From<T> for Permissions
[src]

Performs the conversion.

impl FromIterator<i32> for Permissions
[src]

Creates a value from an iterator. Read more

impl FromIterator<Permission> for Permissions
[src]

Creates a value from an iterator. Read more

impl<'a> FromIterator<&'a Permission> for Permissions
[src]

Creates a value from an iterator. Read more

impl Into<String> for Permissions
[src]

Performs the conversion.

impl Into<Vec<Permission>> for Permissions
[src]

Performs the conversion.

impl Into<Vec<&'static str>> for Permissions
[src]

Performs the conversion.