Struct librespot_protocol::authentication::ClientResponseEncrypted[][src]

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

Generated files are compatible only with the same version of protobuf runtime.

Fields

unknown_fields: UnknownFieldscached_size: CachedSize

Implementations

impl ClientResponseEncrypted[src]

pub fn new() -> ClientResponseEncrypted[src]

pub fn get_login_credentials(&self) -> &LoginCredentials[src]

pub fn clear_login_credentials(&mut self)[src]

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

pub fn set_login_credentials(&mut self, v: LoginCredentials)[src]

pub fn mut_login_credentials(&mut self) -> &mut LoginCredentials[src]

pub fn take_login_credentials(&mut self) -> LoginCredentials[src]

pub fn get_account_creation(&self) -> AccountCreation[src]

pub fn clear_account_creation(&mut self)[src]

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

pub fn set_account_creation(&mut self, v: AccountCreation)[src]

pub fn get_fingerprint_response(&self) -> &FingerprintResponseUnion[src]

pub fn clear_fingerprint_response(&mut self)[src]

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

pub fn set_fingerprint_response(&mut self, v: FingerprintResponseUnion)[src]

pub fn mut_fingerprint_response(&mut self) -> &mut FingerprintResponseUnion[src]

pub fn take_fingerprint_response(&mut self) -> FingerprintResponseUnion[src]

pub fn get_peer_ticket(&self) -> &PeerTicketUnion[src]

pub fn clear_peer_ticket(&mut self)[src]

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

pub fn set_peer_ticket(&mut self, v: PeerTicketUnion)[src]

pub fn mut_peer_ticket(&mut self) -> &mut PeerTicketUnion[src]

pub fn take_peer_ticket(&mut self) -> PeerTicketUnion[src]

pub fn get_system_info(&self) -> &SystemInfo[src]

pub fn clear_system_info(&mut self)[src]

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

pub fn set_system_info(&mut self, v: SystemInfo)[src]

pub fn mut_system_info(&mut self) -> &mut SystemInfo[src]

pub fn take_system_info(&mut self) -> SystemInfo[src]

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

pub fn clear_platform_model(&mut self)[src]

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

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

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

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

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

pub fn clear_version_string(&mut self)[src]

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

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

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

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

pub fn get_appkey(&self) -> &LibspotifyAppKey[src]

pub fn clear_appkey(&mut self)[src]

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

pub fn set_appkey(&mut self, v: LibspotifyAppKey)[src]

pub fn mut_appkey(&mut self) -> &mut LibspotifyAppKey[src]

pub fn take_appkey(&mut self) -> LibspotifyAppKey[src]

pub fn get_client_info(&self) -> &ClientInfo[src]

pub fn clear_client_info(&mut self)[src]

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

pub fn set_client_info(&mut self, v: ClientInfo)[src]

pub fn mut_client_info(&mut self) -> &mut ClientInfo[src]

pub fn take_client_info(&mut self) -> ClientInfo[src]

Trait Implementations

impl Clear for ClientResponseEncrypted[src]

impl Clone for ClientResponseEncrypted[src]

impl Debug for ClientResponseEncrypted[src]

impl Default for ClientResponseEncrypted[src]

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

impl Message for ClientResponseEncrypted[src]

impl PartialEq<ClientResponseEncrypted> for ClientResponseEncrypted[src]

impl ProtobufValue for ClientResponseEncrypted[src]

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