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<'de> Deserializer<'de, AnnotationContent> for AnnotationContentDeserializer
impl<'de> Deserializer<'de, AnnotationContent> for AnnotationContentDeserializer
Source§fn init<R>(
reader: &R,
event: Event<'de>,
) -> DeserializerResult<'de, AnnotationContent>where
R: DeserializeReader,
fn init<R>(
reader: &R,
event: Event<'de>,
) -> DeserializerResult<'de, AnnotationContent>where
R: DeserializeReader,
Source§fn next<R>(
self,
reader: &R,
event: Event<'de>,
) -> DeserializerResult<'de, AnnotationContent>where
R: DeserializeReader,
fn next<R>(
self,
reader: &R,
event: Event<'de>,
) -> DeserializerResult<'de, AnnotationContent>where
R: DeserializeReader,
Source§fn finish<R>(self, reader: &R) -> Result<AnnotationContent, Error>where
R: DeserializeReader,
fn finish<R>(self, reader: &R) -> Result<AnnotationContent, Error>where
R: DeserializeReader,
Force the deserializer to finish. Read more
Source§impl PartialEq for AnnotationContent
impl PartialEq for AnnotationContent
Source§impl WithDeserializer for AnnotationContent
impl WithDeserializer for AnnotationContent
Source§type Deserializer = AnnotationContentDeserializer
type Deserializer = AnnotationContentDeserializer
The deserializer to use for this type.
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