Struct aws_sdk_rds::input::StartDbInstanceInput
source · [−]#[non_exhaustive]pub struct StartDbInstanceInput { /* private fields */ }Implementations
sourceimpl StartDbInstanceInput
impl StartDbInstanceInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<StartDBInstance, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<StartDBInstance, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<StartDBInstance>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture StartDbInstanceInput.
sourceimpl StartDbInstanceInput
impl StartDbInstanceInput
sourcepub fn db_instance_identifier(&self) -> Option<&str>
pub fn db_instance_identifier(&self) -> Option<&str>
The user-supplied instance identifier.
Trait Implementations
sourceimpl Clone for StartDbInstanceInput
impl Clone for StartDbInstanceInput
sourcefn clone(&self) -> StartDbInstanceInput
fn clone(&self) -> StartDbInstanceInput
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 StartDbInstanceInput
impl Debug for StartDbInstanceInput
sourceimpl PartialEq<StartDbInstanceInput> for StartDbInstanceInput
impl PartialEq<StartDbInstanceInput> for StartDbInstanceInput
sourcefn eq(&self, other: &StartDbInstanceInput) -> bool
fn eq(&self, other: &StartDbInstanceInput) -> bool
impl StructuralPartialEq for StartDbInstanceInput
Auto Trait Implementations
impl RefUnwindSafe for StartDbInstanceInput
impl Send for StartDbInstanceInput
impl Sync for StartDbInstanceInput
impl Unpin for StartDbInstanceInput
impl UnwindSafe for StartDbInstanceInput
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