#[non_exhaustive]pub struct CustomVocabularyEntryIdBuilder { /* private fields */ }Expand description
A builder for CustomVocabularyEntryId.
Implementations§
source§impl CustomVocabularyEntryIdBuilder
impl CustomVocabularyEntryIdBuilder
sourcepub fn item_id(self, input: impl Into<String>) -> Self
pub fn item_id(self, input: impl Into<String>) -> Self
The unique item identifier for the custom vocabulary items.
sourcepub fn set_item_id(self, input: Option<String>) -> Self
pub fn set_item_id(self, input: Option<String>) -> Self
The unique item identifier for the custom vocabulary items.
sourcepub fn build(self) -> CustomVocabularyEntryId
pub fn build(self) -> CustomVocabularyEntryId
Consumes the builder and constructs a CustomVocabularyEntryId.
Trait Implementations§
source§impl Clone for CustomVocabularyEntryIdBuilder
impl Clone for CustomVocabularyEntryIdBuilder
source§fn clone(&self) -> CustomVocabularyEntryIdBuilder
fn clone(&self) -> CustomVocabularyEntryIdBuilder
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 Default for CustomVocabularyEntryIdBuilder
impl Default for CustomVocabularyEntryIdBuilder
source§fn default() -> CustomVocabularyEntryIdBuilder
fn default() -> CustomVocabularyEntryIdBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<CustomVocabularyEntryIdBuilder> for CustomVocabularyEntryIdBuilder
impl PartialEq<CustomVocabularyEntryIdBuilder> for CustomVocabularyEntryIdBuilder
source§fn eq(&self, other: &CustomVocabularyEntryIdBuilder) -> bool
fn eq(&self, other: &CustomVocabularyEntryIdBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for CustomVocabularyEntryIdBuilder
Auto Trait Implementations§
impl RefUnwindSafe for CustomVocabularyEntryIdBuilder
impl Send for CustomVocabularyEntryIdBuilder
impl Sync for CustomVocabularyEntryIdBuilder
impl Unpin for CustomVocabularyEntryIdBuilder
impl UnwindSafe for CustomVocabularyEntryIdBuilder
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