#[non_exhaustive]pub struct CustomVocabularyImportSpecification { /* private fields */ }Expand description
Provides the parameters required for importing a custom vocabulary.
Implementations§
source§impl CustomVocabularyImportSpecification
impl CustomVocabularyImportSpecification
source§impl CustomVocabularyImportSpecification
impl CustomVocabularyImportSpecification
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CustomVocabularyImportSpecification.
Trait Implementations§
source§impl Clone for CustomVocabularyImportSpecification
impl Clone for CustomVocabularyImportSpecification
source§fn clone(&self) -> CustomVocabularyImportSpecification
fn clone(&self) -> CustomVocabularyImportSpecification
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 more