Struct librespot_protocol::authentication::ClientInfoFacebook[][src]

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

Fields

unknown_fields: UnknownFieldscached_size: CachedSize

Implementations

impl ClientInfoFacebook[src]

pub fn new() -> ClientInfoFacebook[src]

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

pub fn clear_machine_id(&mut self)[src]

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

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

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

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

Trait Implementations

impl Clear for ClientInfoFacebook[src]

impl Clone for ClientInfoFacebook[src]

impl Debug for ClientInfoFacebook[src]

impl Default for ClientInfoFacebook[src]

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

impl Message for ClientInfoFacebook[src]

impl PartialEq<ClientInfoFacebook> for ClientInfoFacebook[src]

impl ProtobufValue for ClientInfoFacebook[src]

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