pub struct VocabularyAttribute {
pub id: String,
pub value: Value,
}Expand description
Attribute property value within vocabulary configuration.
Fields§
§id: StringAttribute identifier
value: ValueAttribute value
Trait Implementations§
Source§impl Clone for VocabularyAttribute
impl Clone for VocabularyAttribute
Source§fn clone(&self) -> VocabularyAttribute
fn clone(&self) -> VocabularyAttribute
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 VocabularyAttribute
impl Debug for VocabularyAttribute
Source§impl<'de> Deserialize<'de> for VocabularyAttribute
impl<'de> Deserialize<'de> for VocabularyAttribute
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for VocabularyAttribute
impl RefUnwindSafe for VocabularyAttribute
impl Send for VocabularyAttribute
impl Sync for VocabularyAttribute
impl Unpin for VocabularyAttribute
impl UnsafeUnpin for VocabularyAttribute
impl UnwindSafe for VocabularyAttribute
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