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