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