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