pub enum OverlayType {
Show 21 variants
Label(String),
Information(String),
Encoding(String),
CharacterEncoding(String),
Format(String),
Meta(String),
Standard(String),
Cardinality(String),
Conditional(String),
Conformance(String),
EntryCode(String),
Entry(String),
Unit(String),
AttributeMapping(String),
EntryCodeMapping(String),
Subset(String),
UnitMapping(String),
Layout(String),
Sensitivity(String),
Link(String),
AttributeFraming(String),
}
Variants§
Label(String)
Information(String)
Encoding(String)
CharacterEncoding(String)
Format(String)
Meta(String)
Standard(String)
Cardinality(String)
Conditional(String)
Conformance(String)
EntryCode(String)
Entry(String)
Unit(String)
AttributeMapping(String)
EntryCodeMapping(String)
Subset(String)
UnitMapping(String)
Layout(String)
Sensitivity(String)
Link(String)
AttributeFraming(String)
Trait Implementations§
Source§impl Clone for OverlayType
impl Clone for OverlayType
Source§fn clone(&self) -> OverlayType
fn clone(&self) -> OverlayType
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for OverlayType
impl Debug for OverlayType
Source§impl<'de> Deserialize<'de> for OverlayType
impl<'de> Deserialize<'de> for OverlayType
Source§fn deserialize<D>(
deserializer: D,
) -> Result<OverlayType, <D as Deserializer<'de>>::Error>where
D: Deserializer<'de>,
fn deserialize<D>(
deserializer: D,
) -> Result<OverlayType, <D as Deserializer<'de>>::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for OverlayType
impl Display for OverlayType
Source§impl FromStr for OverlayType
impl FromStr for OverlayType
Source§impl Hash for OverlayType
impl Hash for OverlayType
Source§impl PartialEq for OverlayType
impl PartialEq for OverlayType
Source§impl Serialize for OverlayType
impl Serialize for OverlayType
Source§fn serialize<S>(
&self,
serializer: S,
) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>where
S: Serializer,
fn serialize<S>(
&self,
serializer: S,
) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>where
S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl Eq for OverlayType
impl StructuralPartialEq for OverlayType
Auto Trait Implementations§
impl Freeze for OverlayType
impl RefUnwindSafe for OverlayType
impl Send for OverlayType
impl Sync for OverlayType
impl Unpin for OverlayType
impl UnwindSafe for OverlayType
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.