Struct aws_sdk_rds::output::CreateGlobalClusterOutput
source · [−]#[non_exhaustive]pub struct CreateGlobalClusterOutput { /* private fields */ }Implementations
sourceimpl CreateGlobalClusterOutput
impl CreateGlobalClusterOutput
sourcepub fn global_cluster(&self) -> Option<&GlobalCluster>
pub fn global_cluster(&self) -> Option<&GlobalCluster>
A data type representing an Aurora global database.
sourceimpl CreateGlobalClusterOutput
impl CreateGlobalClusterOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateGlobalClusterOutput.
Trait Implementations
sourceimpl Clone for CreateGlobalClusterOutput
impl Clone for CreateGlobalClusterOutput
sourcefn clone(&self) -> CreateGlobalClusterOutput
fn clone(&self) -> CreateGlobalClusterOutput
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 CreateGlobalClusterOutput
impl Debug for CreateGlobalClusterOutput
sourceimpl PartialEq<CreateGlobalClusterOutput> for CreateGlobalClusterOutput
impl PartialEq<CreateGlobalClusterOutput> for CreateGlobalClusterOutput
sourcefn eq(&self, other: &CreateGlobalClusterOutput) -> bool
fn eq(&self, other: &CreateGlobalClusterOutput) -> bool
impl StructuralPartialEq for CreateGlobalClusterOutput
Auto Trait Implementations
impl RefUnwindSafe for CreateGlobalClusterOutput
impl Send for CreateGlobalClusterOutput
impl Sync for CreateGlobalClusterOutput
impl Unpin for CreateGlobalClusterOutput
impl UnwindSafe for CreateGlobalClusterOutput
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