pub enum OverrideContent {
Annotation(Annotation),
SimpleType(SimpleBaseType),
ComplexType(ComplexBaseType),
Group(GroupType),
AttributeGroup(AttributeGroupType),
Element(ElementType),
Attribute(AttributeType),
Notation(Notation),
}Variants§
Annotation(Annotation)
SimpleType(SimpleBaseType)
ComplexType(ComplexBaseType)
Group(GroupType)
AttributeGroup(AttributeGroupType)
Element(ElementType)
Attribute(AttributeType)
Notation(Notation)
Trait Implementations§
Source§impl Clone for OverrideContent
impl Clone for OverrideContent
Source§fn clone(&self) -> OverrideContent
fn clone(&self) -> OverrideContent
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 OverrideContent
impl Debug for OverrideContent
Source§impl PartialEq for OverrideContent
impl PartialEq for OverrideContent
impl Eq for OverrideContent
impl StructuralPartialEq for OverrideContent
Auto Trait Implementations§
impl Freeze for OverrideContent
impl RefUnwindSafe for OverrideContent
impl Send for OverrideContent
impl Sync for OverrideContent
impl Unpin for OverrideContent
impl UnwindSafe for OverrideContent
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