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