pub struct SetQueueConfigurationResult {}
Trait Implementations§
source§impl Clone for SetQueueConfigurationResult
impl Clone for SetQueueConfigurationResult
source§fn clone(&self) -> SetQueueConfigurationResult
fn clone(&self) -> SetQueueConfigurationResult
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 Debug for SetQueueConfigurationResult
impl Debug for SetQueueConfigurationResult
source§impl Default for SetQueueConfigurationResult
impl Default for SetQueueConfigurationResult
source§fn default() -> SetQueueConfigurationResult
fn default() -> SetQueueConfigurationResult
Returns the “default value” for a type. Read more
source§impl Hash for SetQueueConfigurationResult
impl Hash for SetQueueConfigurationResult
source§impl PartialEq for SetQueueConfigurationResult
impl PartialEq for SetQueueConfigurationResult
source§fn eq(&self, other: &SetQueueConfigurationResult) -> bool
fn eq(&self, other: &SetQueueConfigurationResult) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for SetQueueConfigurationResult
impl Eq for SetQueueConfigurationResult
impl StructuralPartialEq for SetQueueConfigurationResult
Auto Trait Implementations§
impl RefUnwindSafe for SetQueueConfigurationResult
impl Send for SetQueueConfigurationResult
impl Sync for SetQueueConfigurationResult
impl Unpin for SetQueueConfigurationResult
impl UnwindSafe for SetQueueConfigurationResult
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