pub enum RestrictionContentDeserializerState {
Init__,
Annotation(Option<Annotation>, Option<<Annotation as WithDeserializer>::Deserializer>),
SimpleType(Option<SimpleBaseType>, Option<<SimpleBaseType as WithDeserializer>::Deserializer>),
Facet(Option<Facet>, Option<<Facet as WithDeserializer>::Deserializer>),
Done__(RestrictionContent),
Unknown__,
}Variants§
Init__
Annotation(Option<Annotation>, Option<<Annotation as WithDeserializer>::Deserializer>)
SimpleType(Option<SimpleBaseType>, Option<<SimpleBaseType as WithDeserializer>::Deserializer>)
Facet(Option<Facet>, Option<<Facet as WithDeserializer>::Deserializer>)
Done__(RestrictionContent)
Unknown__
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RestrictionContentDeserializerState
impl RefUnwindSafe for RestrictionContentDeserializerState
impl Send for RestrictionContentDeserializerState
impl Sync for RestrictionContentDeserializerState
impl Unpin for RestrictionContentDeserializerState
impl UnwindSafe for RestrictionContentDeserializerState
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