#[non_exhaustive]pub struct DeleteUsageLimitOutput { /* private fields */ }
Implementations§
source§impl DeleteUsageLimitOutput
impl DeleteUsageLimitOutput
sourcepub fn builder() -> DeleteUsageLimitOutputBuilder
pub fn builder() -> DeleteUsageLimitOutputBuilder
Creates a new builder-style object to manufacture DeleteUsageLimitOutput
.
Trait Implementations§
source§impl Clone for DeleteUsageLimitOutput
impl Clone for DeleteUsageLimitOutput
source§fn clone(&self) -> DeleteUsageLimitOutput
fn clone(&self) -> DeleteUsageLimitOutput
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 DeleteUsageLimitOutput
impl Debug for DeleteUsageLimitOutput
source§impl PartialEq<DeleteUsageLimitOutput> for DeleteUsageLimitOutput
impl PartialEq<DeleteUsageLimitOutput> for DeleteUsageLimitOutput
source§fn eq(&self, other: &DeleteUsageLimitOutput) -> bool
fn eq(&self, other: &DeleteUsageLimitOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for DeleteUsageLimitOutput
impl RequestId for DeleteUsageLimitOutput
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 DeleteUsageLimitOutput
Auto Trait Implementations§
impl RefUnwindSafe for DeleteUsageLimitOutput
impl Send for DeleteUsageLimitOutput
impl Sync for DeleteUsageLimitOutput
impl Unpin for DeleteUsageLimitOutput
impl UnwindSafe for DeleteUsageLimitOutput
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