pub enum ComplexContentContent {
Annotation(Annotation),
Restriction(RestrictionType),
Extension(ExtensionType),
}Variants§
Trait Implementations§
Source§impl Clone for ComplexContentContent
impl Clone for ComplexContentContent
Source§fn clone(&self) -> ComplexContentContent
fn clone(&self) -> ComplexContentContent
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 ComplexContentContent
impl Debug for ComplexContentContent
Source§impl PartialEq for ComplexContentContent
impl PartialEq for ComplexContentContent
impl Eq for ComplexContentContent
impl StructuralPartialEq for ComplexContentContent
Auto Trait Implementations§
impl Freeze for ComplexContentContent
impl RefUnwindSafe for ComplexContentContent
impl Send for ComplexContentContent
impl Sync for ComplexContentContent
impl Unpin for ComplexContentContent
impl UnwindSafe for ComplexContentContent
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