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