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