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