#[non_exhaustive]pub struct DeleteCustomVocabularyInput { /* private fields */ }Implementations
sourceimpl DeleteCustomVocabularyInput
impl DeleteCustomVocabularyInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteCustomVocabulary, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteCustomVocabulary, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteCustomVocabulary>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteCustomVocabularyInput.
sourceimpl DeleteCustomVocabularyInput
impl DeleteCustomVocabularyInput
Trait Implementations
sourceimpl Clone for DeleteCustomVocabularyInput
impl Clone for DeleteCustomVocabularyInput
sourcefn clone(&self) -> DeleteCustomVocabularyInput
fn clone(&self) -> DeleteCustomVocabularyInput
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 DeleteCustomVocabularyInput
impl Debug for DeleteCustomVocabularyInput
sourceimpl PartialEq<DeleteCustomVocabularyInput> for DeleteCustomVocabularyInput
impl PartialEq<DeleteCustomVocabularyInput> for DeleteCustomVocabularyInput
sourcefn eq(&self, other: &DeleteCustomVocabularyInput) -> bool
fn eq(&self, other: &DeleteCustomVocabularyInput) -> bool
impl StructuralPartialEq for DeleteCustomVocabularyInput
Auto Trait Implementations
impl RefUnwindSafe for DeleteCustomVocabularyInput
impl Send for DeleteCustomVocabularyInput
impl Sync for DeleteCustomVocabularyInput
impl Unpin for DeleteCustomVocabularyInput
impl UnwindSafe for DeleteCustomVocabularyInput
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