Struct librespot_protocol::metadata::Album [−][src]
Fields
unknown_fields: UnknownFieldscached_size: CachedSizeImplementations
impl Album[src]
pub fn new() -> Album[src]
pub fn get_gid(&self) -> &[u8][src]
pub fn clear_gid(&mut self)[src]
pub fn has_gid(&self) -> bool[src]
pub fn set_gid(&mut self, v: Vec<u8>)[src]
pub fn mut_gid(&mut self) -> &mut Vec<u8>[src]
pub fn take_gid(&mut self) -> Vec<u8>[src]
pub fn get_name(&self) -> &str[src]
pub fn clear_name(&mut self)[src]
pub fn has_name(&self) -> bool[src]
pub fn set_name(&mut self, v: String)[src]
pub fn mut_name(&mut self) -> &mut String[src]
pub fn take_name(&mut self) -> String[src]
pub fn get_artist(&self) -> &[Artist][src]
pub fn clear_artist(&mut self)[src]
pub fn set_artist(&mut self, v: RepeatedField<Artist>)[src]
pub fn mut_artist(&mut self) -> &mut RepeatedField<Artist>[src]
pub fn take_artist(&mut self) -> RepeatedField<Artist>[src]
pub fn get_typ(&self) -> Album_Type[src]
pub fn clear_typ(&mut self)[src]
pub fn has_typ(&self) -> bool[src]
pub fn set_typ(&mut self, v: Album_Type)[src]
pub fn get_label(&self) -> &str[src]
pub fn clear_label(&mut self)[src]
pub fn has_label(&self) -> bool[src]
pub fn set_label(&mut self, v: String)[src]
pub fn mut_label(&mut self) -> &mut String[src]
pub fn take_label(&mut self) -> String[src]
pub fn get_date(&self) -> &Date[src]
pub fn clear_date(&mut self)[src]
pub fn has_date(&self) -> bool[src]
pub fn set_date(&mut self, v: Date)[src]
pub fn mut_date(&mut self) -> &mut Date[src]
pub fn take_date(&mut self) -> Date[src]
pub fn get_popularity(&self) -> i32[src]
pub fn clear_popularity(&mut self)[src]
pub fn has_popularity(&self) -> bool[src]
pub fn set_popularity(&mut self, v: i32)[src]
pub fn get_genre(&self) -> &[String][src]
pub fn clear_genre(&mut self)[src]
pub fn set_genre(&mut self, v: RepeatedField<String>)[src]
pub fn mut_genre(&mut self) -> &mut RepeatedField<String>[src]
pub fn take_genre(&mut self) -> RepeatedField<String>[src]
pub fn get_cover(&self) -> &[Image][src]
pub fn clear_cover(&mut self)[src]
pub fn set_cover(&mut self, v: RepeatedField<Image>)[src]
pub fn mut_cover(&mut self) -> &mut RepeatedField<Image>[src]
pub fn take_cover(&mut self) -> RepeatedField<Image>[src]
pub fn get_external_id(&self) -> &[ExternalId][src]
pub fn clear_external_id(&mut self)[src]
pub fn set_external_id(&mut self, v: RepeatedField<ExternalId>)[src]
pub fn mut_external_id(&mut self) -> &mut RepeatedField<ExternalId>[src]
pub fn take_external_id(&mut self) -> RepeatedField<ExternalId>[src]
pub fn get_disc(&self) -> &[Disc][src]
pub fn clear_disc(&mut self)[src]
pub fn set_disc(&mut self, v: RepeatedField<Disc>)[src]
pub fn mut_disc(&mut self) -> &mut RepeatedField<Disc>[src]
pub fn take_disc(&mut self) -> RepeatedField<Disc>[src]
pub fn get_review(&self) -> &[String][src]
pub fn clear_review(&mut self)[src]
pub fn set_review(&mut self, v: RepeatedField<String>)[src]
pub fn mut_review(&mut self) -> &mut RepeatedField<String>[src]
pub fn take_review(&mut self) -> RepeatedField<String>[src]
pub fn get_copyright(&self) -> &[Copyright][src]
pub fn clear_copyright(&mut self)[src]
pub fn set_copyright(&mut self, v: RepeatedField<Copyright>)[src]
pub fn mut_copyright(&mut self) -> &mut RepeatedField<Copyright>[src]
pub fn take_copyright(&mut self) -> RepeatedField<Copyright>[src]
pub fn get_restriction(&self) -> &[Restriction][src]
pub fn clear_restriction(&mut self)[src]
pub fn set_restriction(&mut self, v: RepeatedField<Restriction>)[src]
pub fn mut_restriction(&mut self) -> &mut RepeatedField<Restriction>[src]
pub fn take_restriction(&mut self) -> RepeatedField<Restriction>[src]
pub fn get_related(&self) -> &[Album][src]
pub fn clear_related(&mut self)[src]
pub fn set_related(&mut self, v: RepeatedField<Album>)[src]
pub fn mut_related(&mut self) -> &mut RepeatedField<Album>[src]
pub fn take_related(&mut self) -> RepeatedField<Album>[src]
pub fn get_sale_period(&self) -> &[SalePeriod][src]
pub fn clear_sale_period(&mut self)[src]
pub fn set_sale_period(&mut self, v: RepeatedField<SalePeriod>)[src]
pub fn mut_sale_period(&mut self) -> &mut RepeatedField<SalePeriod>[src]
pub fn take_sale_period(&mut self) -> RepeatedField<SalePeriod>[src]
pub fn get_cover_group(&self) -> &ImageGroup[src]
pub fn clear_cover_group(&mut self)[src]
pub fn has_cover_group(&self) -> bool[src]
pub fn set_cover_group(&mut self, v: ImageGroup)[src]
pub fn mut_cover_group(&mut self) -> &mut ImageGroup[src]
pub fn take_cover_group(&mut self) -> ImageGroup[src]
Trait Implementations
impl Clear for Album[src]
impl Clone for Album[src]
impl Debug for Album[src]
impl Default for Album[src]
impl<'a> Default for &'a Album[src]
impl Message for Album[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() -> Album[src]
fn descriptor_static() -> &'static MessageDescriptor[src]
fn default_instance() -> &'static Album[src]
pub fn write_to(
&self,
os: &mut CodedOutputStream<'_>
) -> Result<(), ProtobufError>[src]
&self,
os: &mut CodedOutputStream<'_>
) -> Result<(), ProtobufError>
pub fn write_length_delimited_to(
&self,
os: &mut CodedOutputStream<'_>
) -> Result<(), ProtobufError>[src]
&self,
os: &mut CodedOutputStream<'_>
) -> Result<(), ProtobufError>
pub fn write_length_delimited_to_vec(
&self,
vec: &mut Vec<u8, Global>
) -> Result<(), ProtobufError>[src]
&self,
vec: &mut Vec<u8, Global>
) -> Result<(), ProtobufError>
pub fn merge_from_bytes(&mut self, bytes: &[u8]) -> Result<(), ProtobufError>[src]
pub fn check_initialized(&self) -> Result<(), ProtobufError>[src]
pub fn write_to_writer(&self, w: &mut dyn Write) -> Result<(), ProtobufError>[src]
pub fn write_to_vec(&self, v: &mut Vec<u8, Global>) -> Result<(), ProtobufError>[src]
pub fn write_to_bytes(&self) -> Result<Vec<u8, Global>, ProtobufError>[src]
pub fn write_length_delimited_to_writer(
&self,
w: &mut dyn Write
) -> Result<(), ProtobufError>[src]
&self,
w: &mut dyn Write
) -> Result<(), ProtobufError>
pub fn write_length_delimited_to_bytes(
&self
) -> Result<Vec<u8, Global>, ProtobufError>[src]
&self
) -> Result<Vec<u8, Global>, ProtobufError>
pub fn type_id(&self) -> TypeId[src]
impl PartialEq<Album> for Album[src]
impl ProtobufValue for Album[src]
fn as_ref(&self) -> ReflectValueRef<'_>[src]
pub fn as_any(&self) -> &(dyn Any + 'static)[src]
pub fn is_non_zero(&self) -> bool[src]
pub fn as_ref_copy(&self) -> ReflectValueRef<'static>[src]
impl StructuralPartialEq for Album[src]
Auto Trait Implementations
impl RefUnwindSafe for Album[src]
impl Send for Album[src]
impl Sync for Album[src]
impl Unpin for Album[src]
impl UnwindSafe for Album[src]
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,
pub 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.
pub fn to_owned(&self) -> T[src]
pub 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.
pub 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>,