Enum elefren::status_builder::Visibility[][src]

pub enum Visibility {
    Direct,
    Private,
    Unlisted,
    Public,
}

The visibility of a status.

Variants

A Direct message to a user

Only available to followers

Not shown in public timelines

Posted to public timelines

Trait Implementations

impl Clone for Visibility
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Visibility
[src]

impl Debug for Visibility
[src]

Formats the value using the given formatter. Read more

impl PartialEq for Visibility
[src]

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

This method tests for !=.

impl Default for Visibility
[src]

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

Auto Trait Implementations

impl Send for Visibility

impl Sync for Visibility