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
impl Copy for SetQueueConfigurationResult
impl Eq for SetQueueConfigurationResult
impl StructuralPartialEq for SetQueueConfigurationResult
Auto Trait Implementations§
impl Freeze for SetQueueConfigurationResult
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