pub struct SetQueueConfigurationLowLevel {}
Trait Implementations§
Source§impl Clone for SetQueueConfigurationLowLevel
impl Clone for SetQueueConfigurationLowLevel
Source§fn clone(&self) -> SetQueueConfigurationLowLevel
fn clone(&self) -> SetQueueConfigurationLowLevel
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for SetQueueConfigurationLowLevel
impl Default for SetQueueConfigurationLowLevel
Source§fn default() -> SetQueueConfigurationLowLevel
fn default() -> SetQueueConfigurationLowLevel
Returns the “default value” for a type. Read more
Source§impl FromByteSlice for SetQueueConfigurationLowLevel
impl FromByteSlice for SetQueueConfigurationLowLevel
Source§fn bytes_expected() -> usize
fn bytes_expected() -> usize
Returns how many bytes are expected to deserialize a instance of the implementing type. Currently this method is only used for strings.
Source§fn from_le_byte_slice(_bytes: &[u8]) -> SetQueueConfigurationLowLevel
fn from_le_byte_slice(_bytes: &[u8]) -> SetQueueConfigurationLowLevel
Deserialize the implementing type from a byte slice.
Source§impl Hash for SetQueueConfigurationLowLevel
impl Hash for SetQueueConfigurationLowLevel
Source§impl PartialEq for SetQueueConfigurationLowLevel
impl PartialEq for SetQueueConfigurationLowLevel
Source§fn eq(&self, other: &SetQueueConfigurationLowLevel) -> bool
fn eq(&self, other: &SetQueueConfigurationLowLevel) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for SetQueueConfigurationLowLevel
impl Eq for SetQueueConfigurationLowLevel
impl StructuralPartialEq for SetQueueConfigurationLowLevel
Auto Trait Implementations§
impl Freeze for SetQueueConfigurationLowLevel
impl RefUnwindSafe for SetQueueConfigurationLowLevel
impl Send for SetQueueConfigurationLowLevel
impl Sync for SetQueueConfigurationLowLevel
impl Unpin for SetQueueConfigurationLowLevel
impl UnwindSafe for SetQueueConfigurationLowLevel
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more