pub enum ElementTypeContent {
Annotation(Annotation),
SimpleType(SimpleBaseType),
ComplexType(ComplexBaseType),
Alternative(AltType),
Unique(KeybaseType),
Key(KeybaseType),
Keyref(Keyref),
}Variants§
Annotation(Annotation)
SimpleType(SimpleBaseType)
ComplexType(ComplexBaseType)
Alternative(AltType)
Unique(KeybaseType)
Key(KeybaseType)
Keyref(Keyref)
Trait Implementations§
Source§impl Clone for ElementTypeContent
impl Clone for ElementTypeContent
Source§fn clone(&self) -> ElementTypeContent
fn clone(&self) -> ElementTypeContent
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 ElementTypeContent
impl Debug for ElementTypeContent
Source§impl PartialEq for ElementTypeContent
impl PartialEq for ElementTypeContent
impl Eq for ElementTypeContent
impl StructuralPartialEq for ElementTypeContent
Auto Trait Implementations§
impl Freeze for ElementTypeContent
impl RefUnwindSafe for ElementTypeContent
impl Send for ElementTypeContent
impl Sync for ElementTypeContent
impl Unpin for ElementTypeContent
impl UnwindSafe for ElementTypeContent
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