pub struct StopDBClusterResult {
pub db_cluster: Option<DBCluster>,
}
Fields§
§db_cluster: Option<DBCluster>
Trait Implementations§
Source§impl Clone for StopDBClusterResult
impl Clone for StopDBClusterResult
Source§fn clone(&self) -> StopDBClusterResult
fn clone(&self) -> StopDBClusterResult
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 Debug for StopDBClusterResult
impl Debug for StopDBClusterResult
Source§impl Default for StopDBClusterResult
impl Default for StopDBClusterResult
Source§fn default() -> StopDBClusterResult
fn default() -> StopDBClusterResult
Returns the “default value” for a type. Read more
Source§impl PartialEq for StopDBClusterResult
impl PartialEq for StopDBClusterResult
impl StructuralPartialEq for StopDBClusterResult
Auto Trait Implementations§
impl Freeze for StopDBClusterResult
impl RefUnwindSafe for StopDBClusterResult
impl Send for StopDBClusterResult
impl Sync for StopDBClusterResult
impl Unpin for StopDBClusterResult
impl UnwindSafe for StopDBClusterResult
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