Struct aws_sdk_connect::output::UpdateQueueNameOutput
source · [−]#[non_exhaustive]pub struct UpdateQueueNameOutput {}
Implementations
sourceimpl UpdateQueueNameOutput
impl UpdateQueueNameOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateQueueNameOutput
.
Trait Implementations
sourceimpl Clone for UpdateQueueNameOutput
impl Clone for UpdateQueueNameOutput
sourcefn clone(&self) -> UpdateQueueNameOutput
fn clone(&self) -> UpdateQueueNameOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for UpdateQueueNameOutput
impl Debug for UpdateQueueNameOutput
sourceimpl PartialEq<UpdateQueueNameOutput> for UpdateQueueNameOutput
impl PartialEq<UpdateQueueNameOutput> for UpdateQueueNameOutput
sourcefn eq(&self, other: &UpdateQueueNameOutput) -> bool
fn eq(&self, other: &UpdateQueueNameOutput) -> bool
impl StructuralPartialEq for UpdateQueueNameOutput
Auto Trait Implementations
impl RefUnwindSafe for UpdateQueueNameOutput
impl Send for UpdateQueueNameOutput
impl Sync for UpdateQueueNameOutput
impl Unpin for UpdateQueueNameOutput
impl UnwindSafe for UpdateQueueNameOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more