[][src]Struct pandora_rs2::stations::Stations

pub struct Stations<'a> { /* fields omitted */ }

Methods

impl<'a> Stations<'a>[src]

pub fn new(pandora: &'a Pandora) -> Stations<'a>[src]

pub fn list(&self) -> Result<Vec<Station>>[src]

pub fn create<T>(&self, music_token: &T) -> Result<Station> where
    T: ToMusicToken
[src]

pub fn rename<T>(&self, station: &T, station_name: &str) -> Result<Station> where
    T: ToStationToken
[src]

pub fn delete<T>(&self, station: &T) -> Result<()> where
    T: ToStationToken
[src]

pub fn add_seed<S, T>(&self, station: &S, music_token: &T) -> Result<Seed> where
    S: ToStationToken,
    T: ToMusicToken
[src]

pub fn remove_seed(&self, seed: &Seed) -> Result<()>[src]

pub fn station<T>(&self, station: &T) -> Result<Station> where
    T: ToStationToken
[src]

pub fn checksum(&self) -> Result<StationListChecksum>[src]

pub fn playlist<T>(&self, station: &T) -> Playlist where
    T: ToStationToken
[src]

Auto Trait Implementations

impl<'a> Send for Stations<'a>

impl<'a> Sync for Stations<'a>

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Erased for T

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 

type Err = <U as TryFrom<T>>::Err