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