Struct aws_sdk_rds::output::ModifyGlobalClusterOutput
source · [−]#[non_exhaustive]pub struct ModifyGlobalClusterOutput { /* private fields */ }Implementations
sourceimpl ModifyGlobalClusterOutput
impl ModifyGlobalClusterOutput
sourcepub fn global_cluster(&self) -> Option<&GlobalCluster>
pub fn global_cluster(&self) -> Option<&GlobalCluster>
A data type representing an Aurora global database.
sourceimpl ModifyGlobalClusterOutput
impl ModifyGlobalClusterOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ModifyGlobalClusterOutput.
Trait Implementations
sourceimpl Clone for ModifyGlobalClusterOutput
impl Clone for ModifyGlobalClusterOutput
sourcefn clone(&self) -> ModifyGlobalClusterOutput
fn clone(&self) -> ModifyGlobalClusterOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for ModifyGlobalClusterOutput
impl Debug for ModifyGlobalClusterOutput
sourceimpl PartialEq<ModifyGlobalClusterOutput> for ModifyGlobalClusterOutput
impl PartialEq<ModifyGlobalClusterOutput> for ModifyGlobalClusterOutput
sourcefn eq(&self, other: &ModifyGlobalClusterOutput) -> bool
fn eq(&self, other: &ModifyGlobalClusterOutput) -> bool
impl StructuralPartialEq for ModifyGlobalClusterOutput
Auto Trait Implementations
impl RefUnwindSafe for ModifyGlobalClusterOutput
impl Send for ModifyGlobalClusterOutput
impl Sync for ModifyGlobalClusterOutput
impl Unpin for ModifyGlobalClusterOutput
impl UnwindSafe for ModifyGlobalClusterOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more