Struct aws_sdk_rds::input::RebootDbClusterInput
source · [−]#[non_exhaustive]pub struct RebootDbClusterInput { /* private fields */ }Implementations
sourceimpl RebootDbClusterInput
impl RebootDbClusterInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<RebootDBCluster, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<RebootDBCluster, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<RebootDBCluster>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture RebootDbClusterInput.
sourceimpl RebootDbClusterInput
impl RebootDbClusterInput
sourcepub fn db_cluster_identifier(&self) -> Option<&str>
pub fn db_cluster_identifier(&self) -> Option<&str>
The DB cluster identifier. This parameter is stored as a lowercase string.
Constraints:
-
Must match the identifier of an existing DBCluster.
Trait Implementations
sourceimpl Clone for RebootDbClusterInput
impl Clone for RebootDbClusterInput
sourcefn clone(&self) -> RebootDbClusterInput
fn clone(&self) -> RebootDbClusterInput
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 RebootDbClusterInput
impl Debug for RebootDbClusterInput
sourceimpl PartialEq<RebootDbClusterInput> for RebootDbClusterInput
impl PartialEq<RebootDbClusterInput> for RebootDbClusterInput
sourcefn eq(&self, other: &RebootDbClusterInput) -> bool
fn eq(&self, other: &RebootDbClusterInput) -> bool
impl StructuralPartialEq for RebootDbClusterInput
Auto Trait Implementations
impl RefUnwindSafe for RebootDbClusterInput
impl Send for RebootDbClusterInput
impl Sync for RebootDbClusterInput
impl Unpin for RebootDbClusterInput
impl UnwindSafe for RebootDbClusterInput
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