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