Enum connectr::webapi::SpotifyRepeat [] [src]

pub enum SpotifyRepeat {
    Off,
    Track,
    Context,
}

Variants

Trait Implementations

impl ToString for SpotifyRepeat
[src]

[src]

Converts the given value to a String. Read more

Auto Trait Implementations

impl Send for SpotifyRepeat

impl Sync for SpotifyRepeat