pub struct DataTypeMap(/* private fields */);
Expand description
A DataTypeMap
maps an ImplementationDataType
to an ApplicationDataType
Implementations§
Source§impl DataTypeMap
impl DataTypeMap
Sourcepub fn implementation_data_type(&self) -> Option<ImplementationDataType>
pub fn implementation_data_type(&self) -> Option<ImplementationDataType>
Get the ImplementationDataType
of the DataTypeMap
Sourcepub fn application_data_type(&self) -> Option<ApplicationDataType>
pub fn application_data_type(&self) -> Option<ApplicationDataType>
Get the ApplicationDataType
of the DataTypeMap
Trait Implementations§
Source§impl AbstractionElement for DataTypeMap
impl AbstractionElement for DataTypeMap
Source§impl Clone for DataTypeMap
impl Clone for DataTypeMap
Source§fn clone(&self) -> DataTypeMap
fn clone(&self) -> DataTypeMap
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 DataTypeMap
impl Debug for DataTypeMap
Source§impl From<DataTypeMap> for Element
impl From<DataTypeMap> for Element
Source§fn from(val: DataTypeMap) -> Self
fn from(val: DataTypeMap) -> Self
Converts to this type from the input type.
Source§impl Hash for DataTypeMap
impl Hash for DataTypeMap
Source§impl PartialEq for DataTypeMap
impl PartialEq for DataTypeMap
Source§impl TryFrom<Element> for DataTypeMap
impl TryFrom<Element> for DataTypeMap
impl Eq for DataTypeMap
impl StructuralPartialEq for DataTypeMap
Auto Trait Implementations§
impl Freeze for DataTypeMap
impl !RefUnwindSafe for DataTypeMap
impl Send for DataTypeMap
impl Sync for DataTypeMap
impl Unpin for DataTypeMap
impl !UnwindSafe for DataTypeMap
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.