Struct librespot_protocol::playlist4ops::Rem [−][src]
pub struct Rem {
pub unknown_fields: UnknownFields,
pub cached_size: CachedSize,
// some fields omitted
}Fields
unknown_fields: UnknownFieldscached_size: CachedSizeImplementations
impl Rem[src]
impl Rem[src]pub fn new() -> Rem[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_items(&self) -> &[Item][src]
pub fn clear_items(&mut self)[src]
pub fn set_items(&mut self, v: RepeatedField<Item>)[src]
pub fn mut_items(&mut self) -> &mut RepeatedField<Item>[src]
pub fn take_items(&mut self) -> RepeatedField<Item>[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]
pub fn get_itemsAsKey(&self) -> bool[src]
pub fn clear_itemsAsKey(&mut self)[src]
pub fn has_itemsAsKey(&self) -> bool[src]
pub fn set_itemsAsKey(&mut self, v: bool)[src]
Trait Implementations
impl Message for Rem[src]
impl Message for Rem[src]fn is_initialized(&self) -> bool[src]
fn merge_from(&mut self, is: &mut CodedInputStream<'_>) -> ProtobufResult<()>[src]
fn compute_size(&self) -> u32[src]
fn write_to_with_cached_sizes(
&self,
os: &mut CodedOutputStream<'_>
) -> ProtobufResult<()>[src]
&self,
os: &mut CodedOutputStream<'_>
) -> ProtobufResult<()>
fn get_cached_size(&self) -> u32[src]
fn get_unknown_fields(&self) -> &UnknownFields[src]
fn mut_unknown_fields(&mut self) -> &mut UnknownFields[src]
fn as_any(&self) -> &dyn Any[src]
fn as_any_mut(&mut self) -> &mut dyn Any[src]
fn into_any(self: Box<Self>) -> Box<dyn Any>[src]
fn descriptor(&self) -> &'static MessageDescriptor[src]
fn new() -> Rem[src]
fn descriptor_static() -> &'static MessageDescriptor[src]
fn default_instance() -> &'static Rem[src]
pub fn write_to(
&self,
os: &mut CodedOutputStream<'_>
) -> Result<(), ProtobufError>[src]
&self,
os: &mut CodedOutputStream<'_>
) -> Result<(), ProtobufError>
pub fn write_length_delimited_to(
&self,
os: &mut CodedOutputStream<'_>
) -> Result<(), ProtobufError>[src]
&self,
os: &mut CodedOutputStream<'_>
) -> Result<(), ProtobufError>
pub fn write_length_delimited_to_vec(
&self,
vec: &mut Vec<u8, Global>
) -> Result<(), ProtobufError>[src]
&self,
vec: &mut Vec<u8, Global>
) -> Result<(), ProtobufError>
pub fn merge_from_bytes(&mut self, bytes: &[u8]) -> Result<(), ProtobufError>[src]
pub fn check_initialized(&self) -> Result<(), ProtobufError>[src]
pub fn write_to_writer(&self, w: &mut dyn Write) -> Result<(), ProtobufError>[src]
pub fn write_to_vec(&self, v: &mut Vec<u8, Global>) -> Result<(), ProtobufError>[src]
pub fn write_to_bytes(&self) -> Result<Vec<u8, Global>, ProtobufError>[src]
pub fn write_length_delimited_to_writer(
&self,
w: &mut dyn Write
) -> Result<(), ProtobufError>[src]
&self,
w: &mut dyn Write
) -> Result<(), ProtobufError>
pub fn write_length_delimited_to_bytes(
&self
) -> Result<Vec<u8, Global>, ProtobufError>[src]
&self
) -> Result<Vec<u8, Global>, ProtobufError>
pub fn type_id(&self) -> TypeId[src]
impl ProtobufValue for Rem[src]
impl ProtobufValue for Rem[src]fn as_ref(&self) -> ReflectValueRef<'_>[src]
pub fn as_any(&self) -> &(dyn Any + 'static)[src]
pub fn is_non_zero(&self) -> bool[src]
pub fn as_ref_copy(&self) -> ReflectValueRef<'static>[src]
impl StructuralPartialEq for Rem[src]
impl StructuralPartialEq for Rem[src]Auto Trait Implementations
impl RefUnwindSafe for Rem
impl RefUnwindSafe for Remimpl UnwindSafe for Rem
impl UnwindSafe for Rem