pub enum EnumerationTypes {
Enumeration(Enumeration),
CitationIntentEnumeration(CitationIntentEnumeration),
}
Expand description
All type schemas that are derived from Enumeration
Variants§
Enumeration(Enumeration)
CitationIntentEnumeration(CitationIntentEnumeration)
Trait Implementations§
Source§impl AsRef<str> for EnumerationTypes
impl AsRef<str> for EnumerationTypes
Source§impl Clone for EnumerationTypes
impl Clone for EnumerationTypes
Source§fn clone(&self) -> EnumerationTypes
fn clone(&self) -> EnumerationTypes
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 EnumerationTypes
impl Debug for EnumerationTypes
Source§impl<'de> Deserialize<'de> for EnumerationTypes
impl<'de> Deserialize<'de> for EnumerationTypes
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 EnumerationTypes
impl RefUnwindSafe for EnumerationTypes
impl Send for EnumerationTypes
impl Sync for EnumerationTypes
impl Unpin for EnumerationTypes
impl UnwindSafe for EnumerationTypes
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