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