[][src]Struct mygpoclient::client::DeviceClient

pub struct DeviceClient { /* fields omitted */ }

Device-specific AuthenticatedClient

Implementations

impl DeviceClient[src]

pub fn new(username: &str, password: &str, device_id: &str) -> DeviceClient[src]

Create DeviceClient

Trait Implementations

impl AsRef<AuthenticatedClient> for DeviceClient[src]

impl Clone for DeviceClient[src]

impl Debug for DeviceClient[src]

impl From<DeviceClient> for AuthenticatedClient[src]

impl GetAccountSettings for DeviceClient[src]

impl GetAllSubscriptions for DeviceClient[src]

impl GetDeviceSettings for DeviceClient[src]

impl GetDeviceUpdates for DeviceClient[src]

impl GetEpisodeSettings for DeviceClient[src]

impl GetPodcastSettings for DeviceClient[src]

impl ListDevices for DeviceClient[src]

impl PodcastSearch for DeviceClient[src]

impl PodcastToplist for DeviceClient[src]

impl RetrieveEpisodeData for DeviceClient[src]

impl RetrievePodcastData for DeviceClient[src]

impl RetrievePodcastsForTag for DeviceClient[src]

impl RetrieveSuggestedPodcasts for DeviceClient[src]

impl RetrieveTopTags for DeviceClient[src]

impl SaveAccountSettings for DeviceClient[src]

impl SaveDeviceSettings for DeviceClient[src]

impl SaveEpisodeSettings for DeviceClient[src]

impl SavePodcastSettings for DeviceClient[src]

impl SubscriptionChanges for DeviceClient[src]

impl SubscriptionsOfDevice for DeviceClient[src]

impl UpdateDeviceData for DeviceClient[src]

Auto Trait Implementations

Blanket Implementations

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

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

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

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

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

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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.