#[non_exhaustive]pub struct DeleteContextInput { /* private fields */ }
Implementations§
source§impl DeleteContextInput
impl DeleteContextInput
sourcepub fn context_name(&self) -> Option<&str>
pub fn context_name(&self) -> Option<&str>
The name of the context to delete.
source§impl DeleteContextInput
impl DeleteContextInput
sourcepub fn builder() -> DeleteContextInputBuilder
pub fn builder() -> DeleteContextInputBuilder
Creates a new builder-style object to manufacture DeleteContextInput
.
source§impl DeleteContextInput
impl DeleteContextInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteContext, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<DeleteContext, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteContext
>
Trait Implementations§
source§impl Clone for DeleteContextInput
impl Clone for DeleteContextInput
source§fn clone(&self) -> DeleteContextInput
fn clone(&self) -> DeleteContextInput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for DeleteContextInput
impl Debug for DeleteContextInput
source§impl PartialEq<DeleteContextInput> for DeleteContextInput
impl PartialEq<DeleteContextInput> for DeleteContextInput
source§fn eq(&self, other: &DeleteContextInput) -> bool
fn eq(&self, other: &DeleteContextInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DeleteContextInput
Auto Trait Implementations§
impl RefUnwindSafe for DeleteContextInput
impl Send for DeleteContextInput
impl Sync for DeleteContextInput
impl Unpin for DeleteContextInput
impl UnwindSafe for DeleteContextInput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more