Enum tunein::common::Outline [] [src]

pub enum Outline {
    Group(Group),
    Link(Link),
    Audio(Audio),
}

Variants

Trait Implementations

impl Debug for Outline
[src]

Formats the value using the given formatter.

impl PartialEq for Outline
[src]

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

This method tests for !=.

impl From<OutlineEvent> for Outline
[src]

Performs the conversion.