[−][src]Struct librespot_protocol::playlist4content::ListContentSelection
Fields
unknown_fields: UnknownFieldscached_size: CachedSizeImplementations
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]
fn clone(&self) -> ListContentSelection[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Debug for ListContentSelection[src]
impl Default for ListContentSelection[src]
fn default() -> ListContentSelection[src]
impl<'a> Default for &'a ListContentSelection[src]
fn default() -> &'a ListContentSelection[src]
impl Message for ListContentSelection[src]
fn is_initialized(&self) -> bool[src]
fn merge_from(&mut self, is: &mut CodedInputStream) -> ProtobufResult<()>[src]
fn compute_size(&self) -> u32[src]
fn write_to_with_cached_sizes(
&self,
os: &mut CodedOutputStream
) -> ProtobufResult<()>[src]
&self,
os: &mut CodedOutputStream
) -> ProtobufResult<()>
fn get_cached_size(&self) -> u32[src]
fn get_unknown_fields(&self) -> &UnknownFields[src]
fn mut_unknown_fields(&mut self) -> &mut UnknownFields[src]
fn as_any(&self) -> &dyn Any[src]
fn as_any_mut(&mut self) -> &mut dyn Any[src]
fn into_any(self: Box<Self>) -> Box<dyn Any>[src]
fn descriptor(&self) -> &'static MessageDescriptor[src]
fn new() -> ListContentSelection[src]
fn descriptor_static() -> &'static MessageDescriptor[src]
fn default_instance() -> &'static ListContentSelection[src]
fn write_to(&self, os: &mut CodedOutputStream) -> Result<(), ProtobufError>[src]
fn write_length_delimited_to(
&self,
os: &mut CodedOutputStream
) -> Result<(), ProtobufError>[src]
&self,
os: &mut CodedOutputStream
) -> Result<(), ProtobufError>
fn write_length_delimited_to_vec(
&self,
vec: &mut Vec<u8>
) -> Result<(), ProtobufError>[src]
&self,
vec: &mut Vec<u8>
) -> Result<(), ProtobufError>
fn merge_from_bytes(&mut self, bytes: &[u8]) -> Result<(), ProtobufError>[src]
fn check_initialized(&self) -> Result<(), ProtobufError>[src]
fn write_to_writer(&self, w: &mut dyn Write) -> Result<(), ProtobufError>[src]
fn write_to_vec(&self, v: &mut Vec<u8>) -> Result<(), ProtobufError>[src]
fn write_to_bytes(&self) -> Result<Vec<u8>, ProtobufError>[src]
fn write_length_delimited_to_writer(
&self,
w: &mut dyn Write
) -> Result<(), ProtobufError>[src]
&self,
w: &mut dyn Write
) -> Result<(), ProtobufError>
fn write_length_delimited_to_bytes(&self) -> Result<Vec<u8>, ProtobufError>[src]
fn type_id(&self) -> TypeId[src]
impl PartialEq<ListContentSelection> for ListContentSelection[src]
fn eq(&self, other: &ListContentSelection) -> bool[src]
fn ne(&self, other: &ListContentSelection) -> bool[src]
impl ProtobufValue for ListContentSelection[src]
fn as_ref(&self) -> ReflectValueRef[src]
fn as_any(&self) -> &(dyn Any + 'static)[src]
fn is_non_zero(&self) -> bool[src]
fn as_ref_copy(&self) -> ReflectValueRef<'static>[src]
impl StructuralPartialEq for ListContentSelection[src]
Auto Trait Implementations
impl RefUnwindSafe for ListContentSelection
impl Send for ListContentSelection
impl Sync for ListContentSelection
impl Unpin for ListContentSelection
impl UnwindSafe for ListContentSelection
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,