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