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