pub enum ExtensionTypeContent {
Annotation(Annotation),
OpenContent(OpenContent),
Group(GroupType),
All(GroupType),
Choice(GroupType),
Sequence(GroupType),
Attribute(AttributeType),
AttributeGroup(AttributeGroupType),
AnyAttribute(AnyAttribute),
Assert(AssertionType),
}Variants§
Annotation(Annotation)
OpenContent(OpenContent)
Group(GroupType)
All(GroupType)
Choice(GroupType)
Sequence(GroupType)
Attribute(AttributeType)
AttributeGroup(AttributeGroupType)
AnyAttribute(AnyAttribute)
Assert(AssertionType)
Trait Implementations§
Source§impl Clone for ExtensionTypeContent
impl Clone for ExtensionTypeContent
Source§fn clone(&self) -> ExtensionTypeContent
fn clone(&self) -> ExtensionTypeContent
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 ExtensionTypeContent
impl Debug for ExtensionTypeContent
Source§impl PartialEq for ExtensionTypeContent
impl PartialEq for ExtensionTypeContent
impl Eq for ExtensionTypeContent
impl StructuralPartialEq for ExtensionTypeContent
Auto Trait Implementations§
impl Freeze for ExtensionTypeContent
impl RefUnwindSafe for ExtensionTypeContent
impl Send for ExtensionTypeContent
impl Sync for ExtensionTypeContent
impl Unpin for ExtensionTypeContent
impl UnwindSafe for ExtensionTypeContent
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