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