pub struct DescribeDBClusterSnapshotAttributesMessage {
pub db_cluster_snapshot_identifier: String,
}Expand description
Represents the input to DescribeDBClusterSnapshotAttributes.
Fields§
§db_cluster_snapshot_identifier: StringThe identifier for the cluster snapshot to describe the attributes for.
Trait Implementations§
Source§impl Clone for DescribeDBClusterSnapshotAttributesMessage
impl Clone for DescribeDBClusterSnapshotAttributesMessage
Source§fn clone(&self) -> DescribeDBClusterSnapshotAttributesMessage
fn clone(&self) -> DescribeDBClusterSnapshotAttributesMessage
Returns a duplicate 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 Default for DescribeDBClusterSnapshotAttributesMessage
impl Default for DescribeDBClusterSnapshotAttributesMessage
Source§fn default() -> DescribeDBClusterSnapshotAttributesMessage
fn default() -> DescribeDBClusterSnapshotAttributesMessage
Returns the “default value” for a type. Read more
Source§impl PartialEq for DescribeDBClusterSnapshotAttributesMessage
impl PartialEq for DescribeDBClusterSnapshotAttributesMessage
Source§fn eq(&self, other: &DescribeDBClusterSnapshotAttributesMessage) -> bool
fn eq(&self, other: &DescribeDBClusterSnapshotAttributesMessage) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DescribeDBClusterSnapshotAttributesMessage
Auto Trait Implementations§
impl Freeze for DescribeDBClusterSnapshotAttributesMessage
impl RefUnwindSafe for DescribeDBClusterSnapshotAttributesMessage
impl Send for DescribeDBClusterSnapshotAttributesMessage
impl Sync for DescribeDBClusterSnapshotAttributesMessage
impl Unpin for DescribeDBClusterSnapshotAttributesMessage
impl UnwindSafe for DescribeDBClusterSnapshotAttributesMessage
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