pub enum AnnotationContentDeserializerState {
Init__,
Appinfo(Option<AnyElement>, Option<<AnyElement as WithDeserializer>::Deserializer>),
Documentation(Option<AnyElement>, Option<<AnyElement as WithDeserializer>::Deserializer>),
Done__(AnnotationContent),
Unknown__,
}
Variants§
Init__
Appinfo(Option<AnyElement>, Option<<AnyElement as WithDeserializer>::Deserializer>)
Documentation(Option<AnyElement>, Option<<AnyElement 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