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