#[non_exhaustive]pub struct PutResourcePolicyOutput {}
Implementations
sourceimpl PutResourcePolicyOutput
impl PutResourcePolicyOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture PutResourcePolicyOutput
.
Trait Implementations
sourceimpl Clone for PutResourcePolicyOutput
impl Clone for PutResourcePolicyOutput
sourcefn clone(&self) -> PutResourcePolicyOutput
fn clone(&self) -> PutResourcePolicyOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for PutResourcePolicyOutput
impl Debug for PutResourcePolicyOutput
sourceimpl PartialEq<PutResourcePolicyOutput> for PutResourcePolicyOutput
impl PartialEq<PutResourcePolicyOutput> for PutResourcePolicyOutput
sourcefn eq(&self, other: &PutResourcePolicyOutput) -> bool
fn eq(&self, other: &PutResourcePolicyOutput) -> bool
impl StructuralPartialEq for PutResourcePolicyOutput
Auto Trait Implementations
impl RefUnwindSafe for PutResourcePolicyOutput
impl Send for PutResourcePolicyOutput
impl Sync for PutResourcePolicyOutput
impl Unpin for PutResourcePolicyOutput
impl UnwindSafe for PutResourcePolicyOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more