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: CachedSize

Implementations

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_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 Clear for Show[src]

impl Clone for Show[src]

impl Debug for Show[src]

impl Default for Show[src]

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

impl Message for Show[src]

impl PartialEq<Show> for Show[src]

impl ProtobufValue for Show[src]

impl StructuralPartialEq for Show[src]

Auto Trait Implementations

impl RefUnwindSafe for Show

impl Send for Show

impl Sync for Show

impl Unpin for Show

impl UnwindSafe for Show

Blanket Implementations

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

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

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

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

impl<T, U> Into<U> for T where
    U: From<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.