pub struct MetadataAttributeEnumeration {
pub enumeration: String,
pub enumeration_format: Option<EnumerationFormat>,
}
Expand description
An enumeration-based local representation of a metadata attribute
Fields§
§enumeration: String
§enumeration_format: Option<EnumerationFormat>
Trait Implementations§
Source§impl Clone for MetadataAttributeEnumeration
impl Clone for MetadataAttributeEnumeration
Source§fn clone(&self) -> MetadataAttributeEnumeration
fn clone(&self) -> MetadataAttributeEnumeration
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 MetadataAttributeEnumeration
impl Debug for MetadataAttributeEnumeration
Source§impl Default for MetadataAttributeEnumeration
impl Default for MetadataAttributeEnumeration
Source§fn default() -> MetadataAttributeEnumeration
fn default() -> MetadataAttributeEnumeration
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for MetadataAttributeEnumeration
impl<'de> Deserialize<'de> for MetadataAttributeEnumeration
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
Source§impl PartialEq for MetadataAttributeEnumeration
impl PartialEq for MetadataAttributeEnumeration
Source§fn eq(&self, other: &MetadataAttributeEnumeration) -> bool
fn eq(&self, other: &MetadataAttributeEnumeration) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Eq for MetadataAttributeEnumeration
impl StructuralPartialEq for MetadataAttributeEnumeration
Auto Trait Implementations§
impl Freeze for MetadataAttributeEnumeration
impl RefUnwindSafe for MetadataAttributeEnumeration
impl Send for MetadataAttributeEnumeration
impl Sync for MetadataAttributeEnumeration
impl Unpin for MetadataAttributeEnumeration
impl UnwindSafe for MetadataAttributeEnumeration
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