[][src]Struct librespot_protocol::keyexchange::APLoginFailed

pub struct APLoginFailed {
    pub unknown_fields: UnknownFields,
    pub cached_size: CachedSize,
    // some fields omitted
}

Fields

unknown_fields: UnknownFieldscached_size: CachedSize

Implementations

impl APLoginFailed[src]

pub fn new() -> APLoginFailed[src]

pub fn get_error_code(&self) -> ErrorCode[src]

pub fn clear_error_code(&mut self)[src]

pub fn has_error_code(&self) -> bool[src]

pub fn set_error_code(&mut self, v: ErrorCode)[src]

pub fn get_retry_delay(&self) -> i32[src]

pub fn clear_retry_delay(&mut self)[src]

pub fn has_retry_delay(&self) -> bool[src]

pub fn set_retry_delay(&mut self, v: i32)[src]

pub fn get_expiry(&self) -> i32[src]

pub fn clear_expiry(&mut self)[src]

pub fn has_expiry(&self) -> bool[src]

pub fn set_expiry(&mut self, v: i32)[src]

pub fn get_error_description(&self) -> &str[src]

pub fn clear_error_description(&mut self)[src]

pub fn has_error_description(&self) -> bool[src]

pub fn set_error_description(&mut self, v: String)[src]

pub fn mut_error_description(&mut self) -> &mut String[src]

pub fn take_error_description(&mut self) -> String[src]

Trait Implementations

impl Clear for APLoginFailed[src]

impl Clone for APLoginFailed[src]

impl Debug for APLoginFailed[src]

impl Default for APLoginFailed[src]

impl<'a> Default for &'a APLoginFailed[src]

impl Message for APLoginFailed[src]

impl PartialEq<APLoginFailed> for APLoginFailed[src]

impl ProtobufValue for APLoginFailed[src]

impl StructuralPartialEq for APLoginFailed[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.