Struct dsntk_model::ExtensionAttribute
source · pub struct ExtensionAttribute;Expand description
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 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 ExtensionAttribute
impl Debug for ExtensionAttribute
source§impl PartialEq for ExtensionAttribute
impl PartialEq for ExtensionAttribute
source§fn eq(&self, other: &ExtensionAttribute) -> bool
fn eq(&self, other: &ExtensionAttribute) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for ExtensionAttribute
impl StructuralEq for ExtensionAttribute
impl StructuralPartialEq for ExtensionAttribute
Auto Trait Implementations§
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
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.