[][src]Struct librespot_protocol::metadata::Episode

pub struct Episode {
    pub unknown_fields: UnknownFields,
    pub cached_size: CachedSize,
    // some fields omitted
}

Fields

unknown_fields: UnknownFieldscached_size: CachedSize

Methods

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 Clone for Episode[src]

impl Default for Episode[src]

impl<'a> Default for &'a Episode[src]

impl PartialEq<Episode> for Episode[src]

impl Debug for Episode[src]

impl StructuralPartialEq for Episode[src]

impl Message for Episode[src]

impl Clear for Episode[src]

impl ProtobufValue for Episode[src]

Auto Trait Implementations

impl Send for Episode

impl Sync for Episode

impl Unpin for Episode

impl UnwindSafe for Episode

impl RefUnwindSafe for Episode

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]