#[non_exhaustive]pub struct FailedCustomVocabularyItem { /* private fields */ }Expand description
The unique failed custom vocabulary item from the custom vocabulary list.
Implementations§
source§impl FailedCustomVocabularyItem
impl FailedCustomVocabularyItem
sourcepub fn item_id(&self) -> Option<&str>
pub fn item_id(&self) -> Option<&str>
The unique item identifer for the failed custom vocabulary item from the custom vocabulary list.
sourcepub fn error_message(&self) -> Option<&str>
pub fn error_message(&self) -> Option<&str>
The error message for the failed custom vocabulary item from the custom vocabulary list.
sourcepub fn error_code(&self) -> Option<&ErrorCode>
pub fn error_code(&self) -> Option<&ErrorCode>
The unique error code for the failed custom vocabulary item from the custom vocabulary list.
source§impl FailedCustomVocabularyItem
impl FailedCustomVocabularyItem
sourcepub fn builder() -> FailedCustomVocabularyItemBuilder
pub fn builder() -> FailedCustomVocabularyItemBuilder
Creates a new builder-style object to manufacture FailedCustomVocabularyItem.
Trait Implementations§
source§impl Clone for FailedCustomVocabularyItem
impl Clone for FailedCustomVocabularyItem
source§fn clone(&self) -> FailedCustomVocabularyItem
fn clone(&self) -> FailedCustomVocabularyItem
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 FailedCustomVocabularyItem
impl Debug for FailedCustomVocabularyItem
source§impl PartialEq<FailedCustomVocabularyItem> for FailedCustomVocabularyItem
impl PartialEq<FailedCustomVocabularyItem> for FailedCustomVocabularyItem
source§fn eq(&self, other: &FailedCustomVocabularyItem) -> bool
fn eq(&self, other: &FailedCustomVocabularyItem) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for FailedCustomVocabularyItem
Auto Trait Implementations§
impl RefUnwindSafe for FailedCustomVocabularyItem
impl Send for FailedCustomVocabularyItem
impl Sync for FailedCustomVocabularyItem
impl Unpin for FailedCustomVocabularyItem
impl UnwindSafe for FailedCustomVocabularyItem
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