Struct librespot_protocol::playlist4changes::ListDump[][src]

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

Fields

unknown_fields: UnknownFieldscached_size: CachedSize

Implementations

impl ListDump[src]

pub fn new() -> ListDump[src]

pub fn get_latestRevision(&self) -> &[u8][src]

pub fn clear_latestRevision(&mut self)[src]

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

pub fn set_latestRevision(&mut self, v: Vec<u8>)[src]

pub fn mut_latestRevision(&mut self) -> &mut Vec<u8>[src]

pub fn take_latestRevision(&mut self) -> Vec<u8>[src]

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

pub fn clear_length(&mut self)[src]

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

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

pub fn get_attributes(&self) -> &ListAttributes[src]

pub fn clear_attributes(&mut self)[src]

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

pub fn set_attributes(&mut self, v: ListAttributes)[src]

pub fn mut_attributes(&mut self) -> &mut ListAttributes[src]

pub fn take_attributes(&mut self) -> ListAttributes[src]

pub fn get_checksum(&self) -> &ListChecksum[src]

pub fn clear_checksum(&mut self)[src]

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

pub fn set_checksum(&mut self, v: ListChecksum)[src]

pub fn mut_checksum(&mut self) -> &mut ListChecksum[src]

pub fn take_checksum(&mut self) -> ListChecksum[src]

pub fn get_contents(&self) -> &ListItems[src]

pub fn clear_contents(&mut self)[src]

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

pub fn set_contents(&mut self, v: ListItems)[src]

pub fn mut_contents(&mut self) -> &mut ListItems[src]

pub fn take_contents(&mut self) -> ListItems[src]

pub fn get_pendingDeltas(&self) -> &[Delta][src]

pub fn clear_pendingDeltas(&mut self)[src]

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

pub fn mut_pendingDeltas(&mut self) -> &mut RepeatedField<Delta>[src]

pub fn take_pendingDeltas(&mut self) -> RepeatedField<Delta>[src]

Trait Implementations

impl Clear for ListDump[src]

impl Clone for ListDump[src]

impl Debug for ListDump[src]

impl Default for ListDump[src]

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

impl Message for ListDump[src]

impl PartialEq<ListDump> for ListDump[src]

impl ProtobufValue for ListDump[src]

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