Struct librespot_protocol::playlist4ops::Op[][src]

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

Fields

unknown_fields: UnknownFieldscached_size: CachedSize

Implementations

impl Op[src]

pub fn new() -> Op[src]

pub fn get_kind(&self) -> Op_Kind[src]

pub fn clear_kind(&mut self)[src]

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

pub fn set_kind(&mut self, v: Op_Kind)[src]

pub fn get_add(&self) -> &Add[src]

pub fn clear_add(&mut self)[src]

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

pub fn set_add(&mut self, v: Add)[src]

pub fn mut_add(&mut self) -> &mut Add[src]

pub fn take_add(&mut self) -> Add[src]

pub fn get_rem(&self) -> &Rem[src]

pub fn clear_rem(&mut self)[src]

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

pub fn set_rem(&mut self, v: Rem)[src]

pub fn mut_rem(&mut self) -> &mut Rem[src]

pub fn take_rem(&mut self) -> Rem[src]

pub fn get_mov(&self) -> &Mov[src]

pub fn clear_mov(&mut self)[src]

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

pub fn set_mov(&mut self, v: Mov)[src]

pub fn mut_mov(&mut self) -> &mut Mov[src]

pub fn take_mov(&mut self) -> Mov[src]

pub fn get_update_item_attributes(&self) -> &UpdateItemAttributes[src]

pub fn clear_update_item_attributes(&mut self)[src]

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

pub fn set_update_item_attributes(&mut self, v: UpdateItemAttributes)[src]

pub fn mut_update_item_attributes(&mut self) -> &mut UpdateItemAttributes[src]

pub fn take_update_item_attributes(&mut self) -> UpdateItemAttributes[src]

pub fn get_update_list_attributes(&self) -> &UpdateListAttributes[src]

pub fn clear_update_list_attributes(&mut self)[src]

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

pub fn set_update_list_attributes(&mut self, v: UpdateListAttributes)[src]

pub fn mut_update_list_attributes(&mut self) -> &mut UpdateListAttributes[src]

pub fn take_update_list_attributes(&mut self) -> UpdateListAttributes[src]

Trait Implementations

impl Clear for Op[src]

impl Clone for Op[src]

impl Debug for Op[src]

impl Default for Op[src]

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

impl Message for Op[src]

impl PartialEq<Op> for Op[src]

impl ProtobufValue for Op[src]

impl StructuralPartialEq for Op[src]

Auto Trait Implementations

impl RefUnwindSafe for Op

impl Send for Op

impl Sync for Op

impl Unpin for Op

impl UnwindSafe for Op

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.