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