pub struct CopyDBClusterParameterGroupResult {
pub db_cluster_parameter_group: Option<DBClusterParameterGroup>,
}Fields§
§db_cluster_parameter_group: Option<DBClusterParameterGroup>Trait Implementations§
Source§impl Clone for CopyDBClusterParameterGroupResult
impl Clone for CopyDBClusterParameterGroupResult
Source§fn clone(&self) -> CopyDBClusterParameterGroupResult
fn clone(&self) -> CopyDBClusterParameterGroupResult
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 CopyDBClusterParameterGroupResult
impl Default for CopyDBClusterParameterGroupResult
Source§fn default() -> CopyDBClusterParameterGroupResult
fn default() -> CopyDBClusterParameterGroupResult
Returns the “default value” for a type. Read more
Source§impl PartialEq for CopyDBClusterParameterGroupResult
impl PartialEq for CopyDBClusterParameterGroupResult
Source§fn eq(&self, other: &CopyDBClusterParameterGroupResult) -> bool
fn eq(&self, other: &CopyDBClusterParameterGroupResult) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CopyDBClusterParameterGroupResult
Auto Trait Implementations§
impl Freeze for CopyDBClusterParameterGroupResult
impl RefUnwindSafe for CopyDBClusterParameterGroupResult
impl Send for CopyDBClusterParameterGroupResult
impl Sync for CopyDBClusterParameterGroupResult
impl Unpin for CopyDBClusterParameterGroupResult
impl UnwindSafe for CopyDBClusterParameterGroupResult
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