Struct librespot_protocol::playlist4ops::UpdateItemAttributes[][src]

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

Fields

unknown_fields: UnknownFieldscached_size: CachedSize

Implementations

impl UpdateItemAttributes[src]

pub fn new() -> UpdateItemAttributes[src]

pub fn get_index(&self) -> i32[src]

pub fn clear_index(&mut self)[src]

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

pub fn set_index(&mut self, v: i32)[src]

pub fn get_new_attributes(&self) -> &ItemAttributesPartialState[src]

pub fn clear_new_attributes(&mut self)[src]

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

pub fn set_new_attributes(&mut self, v: ItemAttributesPartialState)[src]

pub fn mut_new_attributes(&mut self) -> &mut ItemAttributesPartialState[src]

pub fn take_new_attributes(&mut self) -> ItemAttributesPartialState[src]

pub fn get_old_attributes(&self) -> &ItemAttributesPartialState[src]

pub fn clear_old_attributes(&mut self)[src]

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

pub fn set_old_attributes(&mut self, v: ItemAttributesPartialState)[src]

pub fn mut_old_attributes(&mut self) -> &mut ItemAttributesPartialState[src]

pub fn take_old_attributes(&mut self) -> ItemAttributesPartialState[src]

pub fn get_list_checksum(&self) -> &ListChecksum[src]

pub fn clear_list_checksum(&mut self)[src]

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

pub fn set_list_checksum(&mut self, v: ListChecksum)[src]

pub fn mut_list_checksum(&mut self) -> &mut ListChecksum[src]

pub fn take_list_checksum(&mut self) -> ListChecksum[src]

pub fn get_old_attributes_checksum(&self) -> &ListChecksum[src]

pub fn clear_old_attributes_checksum(&mut self)[src]

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

pub fn set_old_attributes_checksum(&mut self, v: ListChecksum)[src]

pub fn mut_old_attributes_checksum(&mut self) -> &mut ListChecksum[src]

pub fn take_old_attributes_checksum(&mut self) -> ListChecksum[src]

Trait Implementations

impl Clear for UpdateItemAttributes[src]

impl Clone for UpdateItemAttributes[src]

impl Debug for UpdateItemAttributes[src]

impl Default for UpdateItemAttributes[src]

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

impl Message for UpdateItemAttributes[src]

impl PartialEq<UpdateItemAttributes> for UpdateItemAttributes[src]

impl ProtobufValue for UpdateItemAttributes[src]

impl StructuralPartialEq for UpdateItemAttributes[src]

Auto Trait Implementations

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.