pub struct AnyAttribute {
pub id: Option<String>,
pub namespace: Option<NamespaceListType>,
pub not_namespace: Option<NotNamespaceType>,
pub process_contents: ProcessContentsType,
pub not_q_name: Option<QnameListAType>,
pub annotation: Option<Annotation>,
}Fields§
§id: Option<String>§namespace: Option<NamespaceListType>§not_namespace: Option<NotNamespaceType>§process_contents: ProcessContentsType§not_q_name: Option<QnameListAType>§annotation: Option<Annotation>Implementations§
Source§impl AnyAttribute
impl AnyAttribute
pub fn default_process_contents() -> ProcessContentsType
Trait Implementations§
Source§impl Clone for AnyAttribute
impl Clone for AnyAttribute
Source§fn clone(&self) -> AnyAttribute
fn clone(&self) -> AnyAttribute
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 AnyAttribute
impl Debug for AnyAttribute
Source§impl<'de> Deserializer<'de, AnyAttribute> for Box<AnyAttributeDeserializer>
impl<'de> Deserializer<'de, AnyAttribute> for Box<AnyAttributeDeserializer>
Source§fn init(
helper: &mut DeserializeHelper,
event: Event<'de>,
) -> DeserializerResult<'de, AnyAttribute>
fn init( helper: &mut DeserializeHelper, event: Event<'de>, ) -> DeserializerResult<'de, AnyAttribute>
Source§fn next(
self,
helper: &mut DeserializeHelper,
event: Event<'de>,
) -> DeserializerResult<'de, AnyAttribute>
fn next( self, helper: &mut DeserializeHelper, event: Event<'de>, ) -> DeserializerResult<'de, AnyAttribute>
Source§fn finish(self, helper: &mut DeserializeHelper) -> Result<AnyAttribute, Error>
fn finish(self, helper: &mut DeserializeHelper) -> Result<AnyAttribute, Error>
Force the deserializer to finish. Read more
Source§impl PartialEq for AnyAttribute
impl PartialEq for AnyAttribute
Source§impl WithDeserializer for AnyAttribute
impl WithDeserializer for AnyAttribute
Source§type Deserializer = Box<AnyAttributeDeserializer>
type Deserializer = Box<AnyAttributeDeserializer>
The deserializer to use for this type.
Source§fn init<'de>(
helper: &mut DeserializeHelper,
event: Event<'de>,
) -> Result<DeserializerOutput<'de, Self>, Error>
fn init<'de>( helper: &mut DeserializeHelper, event: Event<'de>, ) -> Result<DeserializerOutput<'de, Self>, Error>
impl Eq for AnyAttribute
impl StructuralPartialEq for AnyAttribute
Auto Trait Implementations§
impl Freeze for AnyAttribute
impl RefUnwindSafe for AnyAttribute
impl Send for AnyAttribute
impl Sync for AnyAttribute
impl Unpin for AnyAttribute
impl UnwindSafe for AnyAttribute
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<'de, R, X> DeserializeSync<'de, R> for Xwhere
R: XmlReaderSync<'de>,
X: WithDeserializer,
impl<'de, R, X> DeserializeSync<'de, R> for Xwhere
R: XmlReaderSync<'de>,
X: WithDeserializer,
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.