#[non_exhaustive]pub struct CustomVocabularyImportSpecification { /* private fields */ }Expand description
Provides the parameters required for importing a custom vocabulary.
Implementations
sourceimpl CustomVocabularyImportSpecification
impl CustomVocabularyImportSpecification
sourceimpl CustomVocabularyImportSpecification
impl CustomVocabularyImportSpecification
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CustomVocabularyImportSpecification.
Trait Implementations
sourceimpl Clone for CustomVocabularyImportSpecification
impl Clone for CustomVocabularyImportSpecification
sourcefn clone(&self) -> CustomVocabularyImportSpecification
fn clone(&self) -> CustomVocabularyImportSpecification
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 PartialEq<CustomVocabularyImportSpecification> for CustomVocabularyImportSpecification
impl PartialEq<CustomVocabularyImportSpecification> for CustomVocabularyImportSpecification
sourcefn eq(&self, other: &CustomVocabularyImportSpecification) -> bool
fn eq(&self, other: &CustomVocabularyImportSpecification) -> bool
impl StructuralPartialEq for CustomVocabularyImportSpecification
Auto Trait Implementations
impl RefUnwindSafe for CustomVocabularyImportSpecification
impl Send for CustomVocabularyImportSpecification
impl Sync for CustomVocabularyImportSpecification
impl Unpin for CustomVocabularyImportSpecification
impl UnwindSafe for CustomVocabularyImportSpecification
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