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