pub struct ReferenceBase(/* private fields */);Expand description
A ReferenceBase is the base of a relative reference to an element in the model.
Trait Implementations§
Source§impl AbstractionElement for ReferenceBase
impl AbstractionElement for ReferenceBase
Source§impl Clone for ReferenceBase
impl Clone for ReferenceBase
Source§fn clone(&self) -> ReferenceBase
fn clone(&self) -> ReferenceBase
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ReferenceBase
impl Debug for ReferenceBase
impl Eq for ReferenceBase
Source§impl From<ReferenceBase> for Element
impl From<ReferenceBase> for Element
Source§fn from(val: ReferenceBase) -> Self
fn from(val: ReferenceBase) -> Self
Converts to this type from the input type.
Source§impl Hash for ReferenceBase
impl Hash for ReferenceBase
Source§impl PartialEq for ReferenceBase
impl PartialEq for ReferenceBase
Source§fn eq(&self, other: &ReferenceBase) -> bool
fn eq(&self, other: &ReferenceBase) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ReferenceBase
Auto Trait Implementations§
impl !RefUnwindSafe for ReferenceBase
impl !UnwindSafe for ReferenceBase
impl Freeze for ReferenceBase
impl Send for ReferenceBase
impl Sync for ReferenceBase
impl Unpin for ReferenceBase
impl UnsafeUnpin for ReferenceBase
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.