Enum rust_cast::channels::receiver::CastDeviceApp [] [src]

pub enum CastDeviceApp {
    DefaultMediaReceiver,
    Backdrop,
    YouTube,
    Custom(String),
}

Variants

DefaultMediaReceiverBackdropYouTubeCustom(String)

Trait Implementations

impl PartialEq for CastDeviceApp
[src]

fn eq(&self, __arg_0: &CastDeviceApp) -> bool

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

fn ne(&self, __arg_0: &CastDeviceApp) -> bool

This method tests for !=.

impl Debug for CastDeviceApp
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl FromStr for CastDeviceApp
[src]

type Err = ()

The associated error which can be returned from parsing.

fn from_str(s: &str) -> Result<CastDeviceApp()>

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

impl ToString for CastDeviceApp
[src]

fn to_string(&self) -> String

Converts the given value to a String. Read more