Struct dora_core::config::UserInputMapping
source · pub struct UserInputMapping {
pub source: NodeId,
pub output: DataId,
}Fields§
§source: NodeId§output: DataIdTrait Implementations§
source§impl Clone for UserInputMapping
impl Clone for UserInputMapping
source§fn clone(&self) -> UserInputMapping
fn clone(&self) -> UserInputMapping
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 UserInputMapping
impl Debug for UserInputMapping
source§impl Ord for UserInputMapping
impl Ord for UserInputMapping
source§fn cmp(&self, other: &UserInputMapping) -> Ordering
fn cmp(&self, other: &UserInputMapping) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq<UserInputMapping> for UserInputMapping
impl PartialEq<UserInputMapping> for UserInputMapping
source§fn eq(&self, other: &UserInputMapping) -> bool
fn eq(&self, other: &UserInputMapping) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd<UserInputMapping> for UserInputMapping
impl PartialOrd<UserInputMapping> for UserInputMapping
source§fn partial_cmp(&self, other: &UserInputMapping) -> Option<Ordering>
fn partial_cmp(&self, other: &UserInputMapping) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Eq for UserInputMapping
impl StructuralEq for UserInputMapping
impl StructuralPartialEq for UserInputMapping
Auto Trait Implementations§
impl RefUnwindSafe for UserInputMapping
impl Send for UserInputMapping
impl Sync for UserInputMapping
impl Unpin for UserInputMapping
impl UnwindSafe for UserInputMapping
Blanket Implementations§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.