#[non_exhaustive]pub struct UpdateRoutingProfileDefaultOutboundQueueOutput {}
Implementations
sourceimpl UpdateRoutingProfileDefaultOutboundQueueOutput
impl UpdateRoutingProfileDefaultOutboundQueueOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateRoutingProfileDefaultOutboundQueueOutput
.
Trait Implementations
sourceimpl Clone for UpdateRoutingProfileDefaultOutboundQueueOutput
impl Clone for UpdateRoutingProfileDefaultOutboundQueueOutput
sourcefn clone(&self) -> UpdateRoutingProfileDefaultOutboundQueueOutput
fn clone(&self) -> UpdateRoutingProfileDefaultOutboundQueueOutput
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 PartialEq<UpdateRoutingProfileDefaultOutboundQueueOutput> for UpdateRoutingProfileDefaultOutboundQueueOutput
impl PartialEq<UpdateRoutingProfileDefaultOutboundQueueOutput> for UpdateRoutingProfileDefaultOutboundQueueOutput
sourcefn eq(&self, other: &UpdateRoutingProfileDefaultOutboundQueueOutput) -> bool
fn eq(&self, other: &UpdateRoutingProfileDefaultOutboundQueueOutput) -> bool
impl StructuralPartialEq for UpdateRoutingProfileDefaultOutboundQueueOutput
Auto Trait Implementations
impl RefUnwindSafe for UpdateRoutingProfileDefaultOutboundQueueOutput
impl Send for UpdateRoutingProfileDefaultOutboundQueueOutput
impl Sync for UpdateRoutingProfileDefaultOutboundQueueOutput
impl Unpin for UpdateRoutingProfileDefaultOutboundQueueOutput
impl UnwindSafe for UpdateRoutingProfileDefaultOutboundQueueOutput
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