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