Struct aws_sdk_s3control::output::DeleteAccessPointOutput
source · #[non_exhaustive]pub struct DeleteAccessPointOutput {}Implementations§
source§impl DeleteAccessPointOutput
impl DeleteAccessPointOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
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 ==.