pub struct Attribute {
pub attrname: AttributeName,
pub content: CharacterData,
}Expand description
A single attribute of an arxml element
Fields§
§attrname: AttributeNameThe name of the attribute
content: CharacterDataThe content of the attribute
Trait Implementations§
Source§impl Debug for Attribute
Custom Debug implementation for Attribute, in order to provide better formatting
impl Debug for Attribute
Custom Debug implementation for Attribute, in order to provide better formatting
Source§impl Ord for Attribute
provide Ord for attributes; this is used while sorting elements
impl Ord for Attribute
provide Ord for attributes; this is used while sorting elements
Source§impl PartialOrd for Attribute
provide PartialOrd for attributes; this is used while sorting elements
impl PartialOrd for Attribute
provide PartialOrd for attributes; this is used while sorting elements
impl Eq for Attribute
impl StructuralPartialEq for Attribute
Auto Trait Implementations§
impl Freeze for Attribute
impl RefUnwindSafe for Attribute
impl Send for Attribute
impl Sync for Attribute
impl Unpin for Attribute
impl UnwindSafe for Attribute
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> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
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.