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