Enum vkrs::api::AttachmentKind [] [src]

pub enum AttachmentKind {
    Photo,
    Video,
    Audio,
    Document,
}

Variants

Trait Implementations

impl Copy for AttachmentKind
[src]

impl Clone for AttachmentKind
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Debug for AttachmentKind
[src]

Formats the value using the given formatter.

impl AsRef<str> for AttachmentKind
[src]

Performs the conversion.

impl FromStr for AttachmentKind
[src]

The associated error which can be returned from parsing.

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

impl Deserialize for AttachmentKind
[src]

Deserialize this value given this Deserializer.