Struct librespot_protocol::metadata::Availability[][src]

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

Fields

unknown_fields: UnknownFieldscached_size: CachedSize

Implementations

impl Availability[src]

pub fn new() -> Availability[src]

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

pub fn clear_catalogue_str(&mut self)[src]

pub fn set_catalogue_str(&mut self, v: RepeatedField<String>)[src]

pub fn mut_catalogue_str(&mut self) -> &mut RepeatedField<String>[src]

pub fn take_catalogue_str(&mut self) -> RepeatedField<String>[src]

pub fn get_start(&self) -> &Date[src]

pub fn clear_start(&mut self)[src]

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

pub fn set_start(&mut self, v: Date)[src]

pub fn mut_start(&mut self) -> &mut Date[src]

pub fn take_start(&mut self) -> Date[src]

Trait Implementations

impl Clear for Availability[src]

impl Clone for Availability[src]

impl Debug for Availability[src]

impl Default for Availability[src]

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

impl Message for Availability[src]

impl PartialEq<Availability> for Availability[src]

impl ProtobufValue for Availability[src]

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