pub enum GroupTypeContent {
Annotation(Annotation),
Element(ElementType),
Group(GroupType),
All(GroupType),
Choice(GroupType),
Sequence(GroupType),
Any(Any),
}Variants§
Annotation(Annotation)
Element(ElementType)
Group(GroupType)
All(GroupType)
Choice(GroupType)
Sequence(GroupType)
Any(Any)
Trait Implementations§
Source§impl Clone for GroupTypeContent
impl Clone for GroupTypeContent
Source§fn clone(&self) -> GroupTypeContent
fn clone(&self) -> GroupTypeContent
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 GroupTypeContent
impl Debug for GroupTypeContent
Source§impl PartialEq for GroupTypeContent
impl PartialEq for GroupTypeContent
impl Eq for GroupTypeContent
impl StructuralPartialEq for GroupTypeContent
Auto Trait Implementations§
impl Freeze for GroupTypeContent
impl RefUnwindSafe for GroupTypeContent
impl Send for GroupTypeContent
impl Sync for GroupTypeContent
impl Unpin for GroupTypeContent
impl UnwindSafe for GroupTypeContent
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