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