pub enum AnnotationContentDeserializerState {
Init__,
Appinfo(Option<Appinfo>, Option<<Appinfo as WithDeserializer>::Deserializer>),
Documentation(Option<Documentation>, Option<<Documentation as WithDeserializer>::Deserializer>),
Done__(AnnotationContent),
Unknown__,
}Variants§
Init__
Appinfo(Option<Appinfo>, Option<<Appinfo as WithDeserializer>::Deserializer>)
Documentation(Option<Documentation>, Option<<Documentation as WithDeserializer>::Deserializer>)
Done__(AnnotationContent)
Unknown__
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AnnotationContentDeserializerState
impl RefUnwindSafe for AnnotationContentDeserializerState
impl Send for AnnotationContentDeserializerState
impl Sync for AnnotationContentDeserializerState
impl Unpin for AnnotationContentDeserializerState
impl UnwindSafe for AnnotationContentDeserializerState
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