[][src]Struct librespot_protocol::playlist4content::Item

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

Generated files are compatible only with the same version of protobuf runtime.

Fields

unknown_fields: UnknownFieldscached_size: CachedSize

Implementations

impl Item[src]

pub fn new() -> Item[src]

pub fn get_uri(&self) -> &str[src]

pub fn clear_uri(&mut self)[src]

pub fn has_uri(&self) -> bool[src]

pub fn set_uri(&mut self, v: String)[src]

pub fn mut_uri(&mut self) -> &mut String[src]

pub fn take_uri(&mut self) -> String[src]

pub fn get_attributes(&self) -> &ItemAttributes[src]

pub fn clear_attributes(&mut self)[src]

pub fn has_attributes(&self) -> bool[src]

pub fn set_attributes(&mut self, v: ItemAttributes)[src]

pub fn mut_attributes(&mut self) -> &mut ItemAttributes[src]

pub fn take_attributes(&mut self) -> ItemAttributes[src]

Trait Implementations

impl Clear for Item[src]

impl Clone for Item[src]

impl Debug for Item[src]

impl Default for Item[src]

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

impl Message for Item[src]

impl PartialEq<Item> for Item[src]

impl ProtobufValue for Item[src]

impl StructuralPartialEq for Item[src]

Auto Trait Implementations

impl RefUnwindSafe for Item

impl Send for Item

impl Sync for Item

impl Unpin for Item

impl UnwindSafe for Item

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.