Enum vkrs::wall::PostType [] [src]

pub enum PostType {
    Post,
    Copy,
    Reply,
    Postpone,
    Suggest,
}

Variants

Trait Implementations

impl Copy for PostType
[src]

impl Clone for PostType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for PostType
[src]

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

Formats the value using the given formatter.