pub struct ExtensionAttribute;
Expand description
The ExtensionAttribute element.
The ExtensionAttribute element contains an ExtensionElement or a reference to an ExtensionElement from another metamodel. An ExtensionAttribute also has a name to define the role or purpose of the associated element.
Not used, prepared for further development.
Trait Implementations§
Source§impl Clone for ExtensionAttribute
impl Clone for ExtensionAttribute
Source§fn clone(&self) -> ExtensionAttribute
fn clone(&self) -> ExtensionAttribute
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 ExtensionAttribute
impl Debug for ExtensionAttribute
Source§impl PartialEq for ExtensionAttribute
impl PartialEq for ExtensionAttribute
impl Eq for ExtensionAttribute
impl StructuralPartialEq for ExtensionAttribute
Auto Trait Implementations§
impl Freeze for ExtensionAttribute
impl RefUnwindSafe for ExtensionAttribute
impl Send for ExtensionAttribute
impl Sync for ExtensionAttribute
impl Unpin for ExtensionAttribute
impl UnwindSafe for ExtensionAttribute
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.