[][src]Struct mygpoclient::client::AuthenticatedClient

pub struct AuthenticatedClient { /* fields omitted */ }

Client authenticated with username and password

Implementations

impl AuthenticatedClient[src]

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

Create AuthenticatedClient locally

Trait Implementations

impl AsRef<AuthenticatedClient> for DeviceClient[src]

impl Clone for AuthenticatedClient[src]

impl Debug for AuthenticatedClient[src]

impl From<DeviceClient> for AuthenticatedClient[src]

impl GetAccountSettings for AuthenticatedClient[src]

impl GetAllSubscriptions for AuthenticatedClient[src]

impl GetEpisodeActions for AuthenticatedClient[src]

impl GetEpisodeSettings for AuthenticatedClient[src]

impl GetPodcastSettings for AuthenticatedClient[src]

impl ListDevices for AuthenticatedClient[src]

impl PodcastSearch for AuthenticatedClient[src]

impl PodcastToplist for AuthenticatedClient[src]

impl RetrieveEpisodeData for AuthenticatedClient[src]

impl RetrievePodcastData for AuthenticatedClient[src]

impl RetrievePodcastsForTag for AuthenticatedClient[src]

impl RetrieveSuggestedPodcasts for AuthenticatedClient[src]

impl RetrieveTopTags for AuthenticatedClient[src]

impl SaveAccountSettings for AuthenticatedClient[src]

impl SaveEpisodeSettings for AuthenticatedClient[src]

impl SavePodcastSettings for AuthenticatedClient[src]

impl UploadEpisodeActions for AuthenticatedClient[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.