Struct librespot_protocol::metadata::Show [−][src]
pub struct Show {
pub unknown_fields: UnknownFields,
pub cached_size: CachedSize,
// some fields omitted
}Fields
unknown_fields: UnknownFieldscached_size: CachedSizeImplementations
impl Show[src]
impl Show[src]pub fn new() -> Show[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_description(&self) -> &str[src]
pub fn clear_description(&mut self)[src]
pub fn has_description(&self) -> bool[src]
pub fn set_description(&mut self, v: String)[src]
pub fn mut_description(&mut self) -> &mut String[src]
pub fn take_description(&mut self) -> String[src]
pub fn get_deprecated_popularity(&self) -> i32[src]
pub fn clear_deprecated_popularity(&mut self)[src]
pub fn has_deprecated_popularity(&self) -> bool[src]
pub fn set_deprecated_popularity(&mut self, v: i32)[src]
pub fn get_publisher(&self) -> &str[src]
pub fn clear_publisher(&mut self)[src]
pub fn has_publisher(&self) -> bool[src]
pub fn set_publisher(&mut self, v: String)[src]
pub fn mut_publisher(&mut self) -> &mut String[src]
pub fn take_publisher(&mut self) -> String[src]
pub fn get_language(&self) -> &str[src]
pub fn clear_language(&mut self)[src]
pub fn has_language(&self) -> bool[src]
pub fn set_language(&mut self, v: String)[src]
pub fn mut_language(&mut self) -> &mut String[src]
pub fn take_language(&mut self) -> String[src]
pub fn get_explicit(&self) -> bool[src]
pub fn clear_explicit(&mut self)[src]
pub fn has_explicit(&self) -> bool[src]
pub fn set_explicit(&mut self, v: bool)[src]
pub fn get_covers(&self) -> &ImageGroup[src]
pub fn clear_covers(&mut self)[src]
pub fn has_covers(&self) -> bool[src]
pub fn set_covers(&mut self, v: ImageGroup)[src]
pub fn mut_covers(&mut self) -> &mut ImageGroup[src]
pub fn take_covers(&mut self) -> ImageGroup[src]
pub fn get_episode(&self) -> &[Episode][src]
pub fn clear_episode(&mut self)[src]
pub fn set_episode(&mut self, v: RepeatedField<Episode>)[src]
pub fn mut_episode(&mut self) -> &mut RepeatedField<Episode>[src]
pub fn take_episode(&mut self) -> RepeatedField<Episode>[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_keyword(&self) -> &[String][src]
pub fn clear_keyword(&mut self)[src]
pub fn set_keyword(&mut self, v: RepeatedField<String>)[src]
pub fn mut_keyword(&mut self) -> &mut RepeatedField<String>[src]
pub fn take_keyword(&mut self) -> RepeatedField<String>[src]
pub fn get_media_type(&self) -> Show_MediaType[src]
pub fn clear_media_type(&mut self)[src]
pub fn has_media_type(&self) -> bool[src]
pub fn set_media_type(&mut self, v: Show_MediaType)[src]
pub fn get_consumption_order(&self) -> Show_ConsumptionOrder[src]
pub fn clear_consumption_order(&mut self)[src]
pub fn has_consumption_order(&self) -> bool[src]
pub fn set_consumption_order(&mut self, v: Show_ConsumptionOrder)[src]
pub fn get_interpret_restriction_using_geoip(&self) -> bool[src]
pub fn clear_interpret_restriction_using_geoip(&mut self)[src]
pub fn has_interpret_restriction_using_geoip(&self) -> bool[src]
pub fn set_interpret_restriction_using_geoip(&mut self, v: bool)[src]
pub fn get_availability(&self) -> &[Availability][src]
pub fn clear_availability(&mut self)[src]
pub fn set_availability(&mut self, v: RepeatedField<Availability>)[src]
pub fn mut_availability(&mut self) -> &mut RepeatedField<Availability>[src]
pub fn take_availability(&mut self) -> RepeatedField<Availability>[src]
pub fn get_country_of_origin(&self) -> &str[src]
pub fn clear_country_of_origin(&mut self)[src]
pub fn has_country_of_origin(&self) -> bool[src]
pub fn set_country_of_origin(&mut self, v: String)[src]
pub fn mut_country_of_origin(&mut self) -> &mut String[src]
pub fn take_country_of_origin(&mut self) -> String[src]
pub fn get_categories(&self) -> &[Category][src]
pub fn clear_categories(&mut self)[src]
pub fn set_categories(&mut self, v: RepeatedField<Category>)[src]
pub fn mut_categories(&mut self) -> &mut RepeatedField<Category>[src]
pub fn take_categories(&mut self) -> RepeatedField<Category>[src]
pub fn get_passthrough(&self) -> Show_PassthroughEnum[src]
pub fn clear_passthrough(&mut self)[src]
pub fn has_passthrough(&self) -> bool[src]
pub fn set_passthrough(&mut self, v: Show_PassthroughEnum)[src]
Trait Implementations
impl Message for Show[src]
impl Message for Show[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() -> Show[src]
fn descriptor_static() -> &'static MessageDescriptor[src]
fn default_instance() -> &'static Show[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 ProtobufValue for Show[src]
impl ProtobufValue for Show[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 Show[src]
impl StructuralPartialEq for Show[src]Auto Trait Implementations
impl RefUnwindSafe for Show
impl RefUnwindSafe for Showimpl UnwindSafe for Show
impl UnwindSafe for Show