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