Struct librespot_protocol::playlist4meta::DownloadFormat[][src]

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

Fields

unknown_fields: UnknownFieldscached_size: CachedSize

Implementations

impl DownloadFormat[src]

pub fn new() -> DownloadFormat[src]

pub fn get_codec(&self) -> DownloadFormat_Codec[src]

pub fn clear_codec(&mut self)[src]

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

pub fn set_codec(&mut self, v: DownloadFormat_Codec)[src]

Trait Implementations

impl Clear for DownloadFormat[src]

impl Clone for DownloadFormat[src]

impl Debug for DownloadFormat[src]

impl Default for DownloadFormat[src]

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

impl Message for DownloadFormat[src]

impl PartialEq<DownloadFormat> for DownloadFormat[src]

impl ProtobufValue for DownloadFormat[src]

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