Struct librespot_protocol::playlist4ops::Mov[][src]

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

Fields

unknown_fields: UnknownFieldscached_size: CachedSize

Implementations

impl Mov[src]

pub fn new() -> Mov[src]

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

pub fn clear_fromIndex(&mut self)[src]

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

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

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

pub fn clear_length(&mut self)[src]

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

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

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

pub fn clear_toIndex(&mut self)[src]

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

pub fn set_toIndex(&mut self, v: i32)[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_items_checksum(&self) -> &ListChecksum[src]

pub fn clear_items_checksum(&mut self)[src]

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

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

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

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

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

pub fn clear_uris_checksum(&mut self)[src]

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

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

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

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

Trait Implementations

impl Clear for Mov[src]

impl Clone for Mov[src]

impl Debug for Mov[src]

impl Default for Mov[src]

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

impl Message for Mov[src]

impl PartialEq<Mov> for Mov[src]

impl ProtobufValue for Mov[src]

impl StructuralPartialEq for Mov[src]

Auto Trait Implementations

impl RefUnwindSafe for Mov

impl Send for Mov

impl Sync for Mov

impl Unpin for Mov

impl UnwindSafe for Mov

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.