Struct librespot_protocol::playlist4content::ListContentSelection[][src]

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

Fields

unknown_fields: UnknownFieldscached_size: CachedSize

Implementations

impl ListContentSelection[src]

pub fn new() -> ListContentSelection[src]

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

pub fn clear_wantRevision(&mut self)[src]

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

pub fn set_wantRevision(&mut self, v: bool)[src]

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

pub fn clear_wantLength(&mut self)[src]

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

pub fn set_wantLength(&mut self, v: bool)[src]

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

pub fn clear_wantAttributes(&mut self)[src]

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

pub fn set_wantAttributes(&mut self, v: bool)[src]

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

pub fn clear_wantChecksum(&mut self)[src]

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

pub fn set_wantChecksum(&mut self, v: bool)[src]

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

pub fn clear_wantContent(&mut self)[src]

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

pub fn set_wantContent(&mut self, v: bool)[src]

pub fn get_contentRange(&self) -> &ContentRange[src]

pub fn clear_contentRange(&mut self)[src]

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

pub fn set_contentRange(&mut self, v: ContentRange)[src]

pub fn mut_contentRange(&mut self) -> &mut ContentRange[src]

pub fn take_contentRange(&mut self) -> ContentRange[src]

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

pub fn clear_wantDiff(&mut self)[src]

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

pub fn set_wantDiff(&mut self, v: bool)[src]

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

pub fn clear_baseRevision(&mut self)[src]

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

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

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

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

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

pub fn clear_hintRevision(&mut self)[src]

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

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

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

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

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

pub fn clear_wantNothingIfUpToDate(&mut self)[src]

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

pub fn set_wantNothingIfUpToDate(&mut self, v: bool)[src]

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

pub fn clear_wantResolveAction(&mut self)[src]

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

pub fn set_wantResolveAction(&mut self, v: bool)[src]

pub fn get_issues(&self) -> &[ClientIssue][src]

pub fn clear_issues(&mut self)[src]

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

pub fn mut_issues(&mut self) -> &mut RepeatedField<ClientIssue>[src]

pub fn take_issues(&mut self) -> RepeatedField<ClientIssue>[src]

pub fn get_resolveAction(&self) -> &[ClientResolveAction][src]

pub fn clear_resolveAction(&mut self)[src]

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

pub fn mut_resolveAction(&mut self) -> &mut RepeatedField<ClientResolveAction>[src]

pub fn take_resolveAction(&mut self) -> RepeatedField<ClientResolveAction>[src]

Trait Implementations

impl Clear for ListContentSelection[src]

impl Clone for ListContentSelection[src]

impl Debug for ListContentSelection[src]

impl Default for ListContentSelection[src]

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

impl Message for ListContentSelection[src]

impl PartialEq<ListContentSelection> for ListContentSelection[src]

impl ProtobufValue for ListContentSelection[src]

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