pub struct AnyAttributeMeta {
pub id: Option<String>,
pub namespace: Option<NamespaceListType>,
pub not_q_name: Option<QnameListAType>,
pub not_namespace: Option<BasicNamespaceListType>,
pub process_contents: ProcessContentsType,
}
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_q_name: Option<QnameListAType>
§not_namespace: Option<BasicNamespaceListType>
§process_contents: ProcessContentsType
Trait Implementations§
Source§impl Clone for AnyAttributeMeta
impl Clone for AnyAttributeMeta
Source§fn clone(&self) -> AnyAttributeMeta
fn clone(&self) -> AnyAttributeMeta
Returns a duplicate 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 AnyAttributeMeta
impl Debug for AnyAttributeMeta
Source§impl Hash for AnyAttributeMeta
impl Hash for AnyAttributeMeta
Source§impl PartialEq for AnyAttributeMeta
impl PartialEq for AnyAttributeMeta
impl Eq for AnyAttributeMeta
impl StructuralPartialEq for AnyAttributeMeta
Auto Trait Implementations§
impl Freeze for AnyAttributeMeta
impl RefUnwindSafe for AnyAttributeMeta
impl Send for AnyAttributeMeta
impl Sync for AnyAttributeMeta
impl Unpin for AnyAttributeMeta
impl UnwindSafe for AnyAttributeMeta
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.