pub struct AnyAttributeInfo {
pub id: Option<String>,
pub namespace: Option<NamespaceListType>,
pub not_namespace: Option<NotNamespaceType>,
pub process_contents: Option<ProcessContentsType>,
pub not_q_name: Option<QnameListAType>,
pub annotation: Option<Annotation>,
}Expand description
Contains information about attributes 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<QnameListAType>§annotation: Option<Annotation>Trait Implementations§
Source§impl Clone for AnyAttributeInfo
impl Clone for AnyAttributeInfo
Source§fn clone(&self) -> AnyAttributeInfo
fn clone(&self) -> AnyAttributeInfo
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AnyAttributeInfo
impl Debug for AnyAttributeInfo
Source§impl Default for AnyAttributeInfo
impl Default for AnyAttributeInfo
Source§fn default() -> AnyAttributeInfo
fn default() -> AnyAttributeInfo
Returns the “default value” for a type. Read more
Source§impl PartialEq for AnyAttributeInfo
impl PartialEq for AnyAttributeInfo
impl Eq for AnyAttributeInfo
impl StructuralPartialEq for AnyAttributeInfo
Auto Trait Implementations§
impl Freeze for AnyAttributeInfo
impl RefUnwindSafe for AnyAttributeInfo
impl Send for AnyAttributeInfo
impl Sync for AnyAttributeInfo
impl Unpin for AnyAttributeInfo
impl UnwindSafe for AnyAttributeInfo
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