Struct librespot_protocol::metadata::Episode [−][src]
pub struct Episode {
pub unknown_fields: UnknownFields,
pub cached_size: CachedSize,
// some fields omitted
}Fields
unknown_fields: UnknownFieldscached_size: CachedSizeImplementations
impl Episode[src]
impl Episode[src]pub fn new() -> Episode[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_duration(&self) -> i32[src]
pub fn clear_duration(&mut self)[src]
pub fn has_duration(&self) -> bool[src]
pub fn set_duration(&mut self, v: i32)[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_file(&self) -> &[AudioFile][src]
pub fn clear_file(&mut self)[src]
pub fn set_file(&mut self, v: RepeatedField<AudioFile>)[src]
pub fn mut_file(&mut self) -> &mut RepeatedField<AudioFile>[src]
pub fn take_file(&mut self) -> RepeatedField<AudioFile>[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_number(&self) -> i32[src]
pub fn clear_number(&mut self)[src]
pub fn has_number(&self) -> bool[src]
pub fn set_number(&mut self, v: i32)[src]
pub fn get_publish_time(&self) -> &Date[src]
pub fn clear_publish_time(&mut self)[src]
pub fn has_publish_time(&self) -> bool[src]
pub fn set_publish_time(&mut self, v: Date)[src]
pub fn mut_publish_time(&mut self) -> &mut Date[src]
pub fn take_publish_time(&mut self) -> Date[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_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_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_show(&self) -> &Show[src]
pub fn clear_show(&mut self)[src]
pub fn has_show(&self) -> bool[src]
pub fn set_show(&mut self, v: Show)[src]
pub fn mut_show(&mut self) -> &mut Show[src]
pub fn take_show(&mut self) -> Show[src]
pub fn get_video(&self) -> &[VideoFile][src]
pub fn clear_video(&mut self)[src]
pub fn set_video(&mut self, v: RepeatedField<VideoFile>)[src]
pub fn mut_video(&mut self) -> &mut RepeatedField<VideoFile>[src]
pub fn take_video(&mut self) -> RepeatedField<VideoFile>[src]
pub fn get_video_preview(&self) -> &[VideoFile][src]
pub fn clear_video_preview(&mut self)[src]
pub fn set_video_preview(&mut self, v: RepeatedField<VideoFile>)[src]
pub fn mut_video_preview(&mut self) -> &mut RepeatedField<VideoFile>[src]
pub fn take_video_preview(&mut self) -> RepeatedField<VideoFile>[src]
pub fn get_audio_preview(&self) -> &[AudioFile][src]
pub fn clear_audio_preview(&mut self)[src]
pub fn set_audio_preview(&mut self, v: RepeatedField<AudioFile>)[src]
pub fn mut_audio_preview(&mut self) -> &mut RepeatedField<AudioFile>[src]
pub fn take_audio_preview(&mut self) -> RepeatedField<AudioFile>[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_freeze_frame(&self) -> &ImageGroup[src]
pub fn clear_freeze_frame(&mut self)[src]
pub fn has_freeze_frame(&self) -> bool[src]
pub fn set_freeze_frame(&mut self, v: ImageGroup)[src]
pub fn mut_freeze_frame(&mut self) -> &mut ImageGroup[src]
pub fn take_freeze_frame(&mut self) -> ImageGroup[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_suppress_monetization(&self) -> bool[src]
pub fn clear_suppress_monetization(&mut self)[src]
pub fn has_suppress_monetization(&self) -> bool[src]
pub fn set_suppress_monetization(&mut self, v: bool)[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_allow_background_playback(&self) -> bool[src]
pub fn clear_allow_background_playback(&mut self)[src]
pub fn has_allow_background_playback(&self) -> bool[src]
pub fn set_allow_background_playback(&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_external_url(&self) -> &str[src]
pub fn clear_external_url(&mut self)[src]
pub fn has_external_url(&self) -> bool[src]
pub fn set_external_url(&mut self, v: String)[src]
pub fn mut_external_url(&mut self) -> &mut String[src]
pub fn take_external_url(&mut self) -> String[src]
pub fn get_original_audio(&self) -> &OriginalAudio[src]
pub fn clear_original_audio(&mut self)[src]
pub fn has_original_audio(&self) -> bool[src]
pub fn set_original_audio(&mut self, v: OriginalAudio)[src]
pub fn mut_original_audio(&mut self) -> &mut OriginalAudio[src]
pub fn take_original_audio(&mut self) -> OriginalAudio[src]
Trait Implementations
impl Message for Episode[src]
impl Message for Episode[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() -> Episode[src]
fn descriptor_static() -> &'static MessageDescriptor[src]
fn default_instance() -> &'static Episode[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 Episode[src]
impl ProtobufValue for Episode[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 Episode[src]
impl StructuralPartialEq for Episode[src]Auto Trait Implementations
impl RefUnwindSafe for Episode
impl RefUnwindSafe for Episodeimpl UnwindSafe for Episode
impl UnwindSafe for Episode