#[non_exhaustive]pub struct UpdateMailboxQuotaOutput { /* private fields */ }
Implementations§
source§impl UpdateMailboxQuotaOutput
impl UpdateMailboxQuotaOutput
sourcepub fn builder() -> UpdateMailboxQuotaOutputBuilder
pub fn builder() -> UpdateMailboxQuotaOutputBuilder
Creates a new builder-style object to manufacture UpdateMailboxQuotaOutput
.
Trait Implementations§
source§impl Clone for UpdateMailboxQuotaOutput
impl Clone for UpdateMailboxQuotaOutput
source§fn clone(&self) -> UpdateMailboxQuotaOutput
fn clone(&self) -> UpdateMailboxQuotaOutput
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 UpdateMailboxQuotaOutput
impl Debug for UpdateMailboxQuotaOutput
source§impl PartialEq<UpdateMailboxQuotaOutput> for UpdateMailboxQuotaOutput
impl PartialEq<UpdateMailboxQuotaOutput> for UpdateMailboxQuotaOutput
source§fn eq(&self, other: &UpdateMailboxQuotaOutput) -> bool
fn eq(&self, other: &UpdateMailboxQuotaOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for UpdateMailboxQuotaOutput
impl RequestId for UpdateMailboxQuotaOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.impl StructuralPartialEq for UpdateMailboxQuotaOutput
Auto Trait Implementations§
impl RefUnwindSafe for UpdateMailboxQuotaOutput
impl Send for UpdateMailboxQuotaOutput
impl Sync for UpdateMailboxQuotaOutput
impl Unpin for UpdateMailboxQuotaOutput
impl UnwindSafe for UpdateMailboxQuotaOutput
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