pub enum RedefineContentDeserializerState {
Init__,
Annotation(Option<Annotation>, Option<<Annotation as WithDeserializer>::Deserializer>, Option<<Annotation as WithDeserializer>::Deserializer>),
SimpleType(Option<SimpleBaseType>, Option<<SimpleBaseType as WithDeserializer>::Deserializer>, Option<<SimpleBaseType as WithDeserializer>::Deserializer>),
ComplexType(Option<ComplexBaseType>, Option<<ComplexBaseType as WithDeserializer>::Deserializer>, Option<<ComplexBaseType as WithDeserializer>::Deserializer>),
Group(Option<GroupType>, Option<<GroupType as WithDeserializer>::Deserializer>, Option<<GroupType as WithDeserializer>::Deserializer>),
AttributeGroup(Option<AttributeGroupType>, Option<<AttributeGroupType as WithDeserializer>::Deserializer>, Option<<AttributeGroupType as WithDeserializer>::Deserializer>),
Done__(RedefineContent),
Unknown__,
}Variants§
Init__
Annotation(Option<Annotation>, Option<<Annotation as WithDeserializer>::Deserializer>, Option<<Annotation as WithDeserializer>::Deserializer>)
SimpleType(Option<SimpleBaseType>, Option<<SimpleBaseType as WithDeserializer>::Deserializer>, Option<<SimpleBaseType as WithDeserializer>::Deserializer>)
ComplexType(Option<ComplexBaseType>, Option<<ComplexBaseType as WithDeserializer>::Deserializer>, Option<<ComplexBaseType as WithDeserializer>::Deserializer>)
Group(Option<GroupType>, Option<<GroupType as WithDeserializer>::Deserializer>, Option<<GroupType as WithDeserializer>::Deserializer>)
AttributeGroup(Option<AttributeGroupType>, Option<<AttributeGroupType as WithDeserializer>::Deserializer>, Option<<AttributeGroupType as WithDeserializer>::Deserializer>)
Done__(RedefineContent)
Unknown__
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RedefineContentDeserializerState
impl RefUnwindSafe for RedefineContentDeserializerState
impl Send for RedefineContentDeserializerState
impl Sync for RedefineContentDeserializerState
impl Unpin for RedefineContentDeserializerState
impl UnsafeUnpin for RedefineContentDeserializerState
impl UnwindSafe for RedefineContentDeserializerState
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