pub enum DataPointerTarget {
BaseType(SwBaseType),
ImplementationDataType(ImplementationDataType),
}
Expand description
The target of an ImplementationDataType
with category DataReference
Variants§
BaseType(SwBaseType)
A base type
ImplementationDataType(ImplementationDataType)
An implementation data type
Trait Implementations§
Source§impl Clone for DataPointerTarget
impl Clone for DataPointerTarget
Source§fn clone(&self) -> DataPointerTarget
fn clone(&self) -> DataPointerTarget
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 DataPointerTarget
impl Debug for DataPointerTarget
Source§impl Hash for DataPointerTarget
impl Hash for DataPointerTarget
Source§impl PartialEq for DataPointerTarget
impl PartialEq for DataPointerTarget
impl Eq for DataPointerTarget
impl StructuralPartialEq for DataPointerTarget
Auto Trait Implementations§
impl Freeze for DataPointerTarget
impl !RefUnwindSafe for DataPointerTarget
impl Send for DataPointerTarget
impl Sync for DataPointerTarget
impl Unpin for DataPointerTarget
impl !UnwindSafe for DataPointerTarget
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.