pub struct AnyInfo {
pub id: Option<String>,
pub namespace: Option<NamespaceListType>,
pub not_namespace: Option<NotNamespaceType>,
pub process_contents: Option<ProcessContentsType>,
pub not_q_name: Option<QnameListType>,
pub min_occurs: Option<MinOccurs>,
pub max_occurs: Option<MaxOccurs>,
pub annotation: Option<Annotation>,
}Expand description
Contains information about elements that may occur in the XML file that are not explicitly defined by the schema.
Fields§
§id: Option<String>§namespace: Option<NamespaceListType>§not_namespace: Option<NotNamespaceType>§process_contents: Option<ProcessContentsType>§not_q_name: Option<QnameListType>§min_occurs: Option<MinOccurs>§max_occurs: Option<MaxOccurs>§annotation: Option<Annotation>Trait Implementations§
impl Eq for AnyInfo
impl StructuralPartialEq for AnyInfo
Auto Trait Implementations§
impl Freeze for AnyInfo
impl RefUnwindSafe for AnyInfo
impl Send for AnyInfo
impl Sync for AnyInfo
impl Unpin for AnyInfo
impl UnwindSafe for AnyInfo
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