[−][src]Struct librespot_protocol::playlist4meta::ItemAttributes
Fields
unknown_fields: UnknownFieldscached_size: CachedSizeImplementations
impl ItemAttributes[src]
pub fn new() -> ItemAttributes[src]
pub fn get_added_by(&self) -> &str[src]
pub fn clear_added_by(&mut self)[src]
pub fn has_added_by(&self) -> bool[src]
pub fn set_added_by(&mut self, v: String)[src]
pub fn mut_added_by(&mut self) -> &mut String[src]
pub fn take_added_by(&mut self) -> String[src]
pub fn get_timestamp(&self) -> i64[src]
pub fn clear_timestamp(&mut self)[src]
pub fn has_timestamp(&self) -> bool[src]
pub fn set_timestamp(&mut self, v: i64)[src]
pub fn get_message(&self) -> &str[src]
pub fn clear_message(&mut self)[src]
pub fn has_message(&self) -> bool[src]
pub fn set_message(&mut self, v: String)[src]
pub fn mut_message(&mut self) -> &mut String[src]
pub fn take_message(&mut self) -> String[src]
pub fn get_seen(&self) -> bool[src]
pub fn clear_seen(&mut self)[src]
pub fn has_seen(&self) -> bool[src]
pub fn set_seen(&mut self, v: bool)[src]
pub fn get_download_count(&self) -> i64[src]
pub fn clear_download_count(&mut self)[src]
pub fn has_download_count(&self) -> bool[src]
pub fn set_download_count(&mut self, v: i64)[src]
pub fn get_download_format(&self) -> &DownloadFormat[src]
pub fn clear_download_format(&mut self)[src]
pub fn has_download_format(&self) -> bool[src]
pub fn set_download_format(&mut self, v: DownloadFormat)[src]
pub fn mut_download_format(&mut self) -> &mut DownloadFormat[src]
pub fn take_download_format(&mut self) -> DownloadFormat[src]
pub fn get_sevendigital_id(&self) -> &str[src]
pub fn clear_sevendigital_id(&mut self)[src]
pub fn has_sevendigital_id(&self) -> bool[src]
pub fn set_sevendigital_id(&mut self, v: String)[src]
pub fn mut_sevendigital_id(&mut self) -> &mut String[src]
pub fn take_sevendigital_id(&mut self) -> String[src]
pub fn get_sevendigital_left(&self) -> i64[src]
pub fn clear_sevendigital_left(&mut self)[src]
pub fn has_sevendigital_left(&self) -> bool[src]
pub fn set_sevendigital_left(&mut self, v: i64)[src]
pub fn get_seen_at(&self) -> i64[src]
pub fn clear_seen_at(&mut self)[src]
pub fn has_seen_at(&self) -> bool[src]
pub fn set_seen_at(&mut self, v: i64)[src]
pub fn get_public(&self) -> bool[src]
pub fn clear_public(&mut self)[src]
pub fn has_public(&self) -> bool[src]
pub fn set_public(&mut self, v: bool)[src]
Trait Implementations
impl Clear for ItemAttributes[src]
impl Clone for ItemAttributes[src]
fn clone(&self) -> ItemAttributes[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Debug for ItemAttributes[src]
impl Default for ItemAttributes[src]
fn default() -> ItemAttributes[src]
impl<'a> Default for &'a ItemAttributes[src]
fn default() -> &'a ItemAttributes[src]
impl Message for ItemAttributes[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() -> ItemAttributes[src]
fn descriptor_static() -> &'static MessageDescriptor[src]
fn default_instance() -> &'static ItemAttributes[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<ItemAttributes> for ItemAttributes[src]
fn eq(&self, other: &ItemAttributes) -> bool[src]
fn ne(&self, other: &ItemAttributes) -> bool[src]
impl ProtobufValue for ItemAttributes[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 ItemAttributes[src]
Auto Trait Implementations
impl RefUnwindSafe for ItemAttributes
impl Send for ItemAttributes
impl Sync for ItemAttributes
impl Unpin for ItemAttributes
impl UnwindSafe for ItemAttributes
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>,