pub enum AnnotationItem {
AppInfo(AppInfoElement),
Documentation(DocumentationElement),
}Expand description
Annotation item - either appinfo or documentation
Variants§
AppInfo(AppInfoElement)
xs:appinfo element
Documentation(DocumentationElement)
xs:documentation element
Trait Implementations§
Source§impl Clone for AnnotationItem
impl Clone for AnnotationItem
Source§fn clone(&self) -> AnnotationItem
fn clone(&self) -> AnnotationItem
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for AnnotationItem
impl RefUnwindSafe for AnnotationItem
impl Send for AnnotationItem
impl Sync for AnnotationItem
impl Unpin for AnnotationItem
impl UnsafeUnpin for AnnotationItem
impl UnwindSafe for AnnotationItem
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