Struct dora_core::config::OperatorId
source · pub struct OperatorId(_);Trait Implementations§
source§impl AsRef<str> for OperatorId
impl AsRef<str> for OperatorId
source§impl Clone for OperatorId
impl Clone for OperatorId
source§fn clone(&self) -> OperatorId
fn clone(&self) -> OperatorId
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 OperatorId
impl Debug for OperatorId
source§impl<'de> Deserialize<'de> for OperatorId
impl<'de> Deserialize<'de> for OperatorId
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Display for OperatorId
impl Display for OperatorId
source§impl From<String> for OperatorId
impl From<String> for OperatorId
source§impl FromStr for OperatorId
impl FromStr for OperatorId
source§impl Hash for OperatorId
impl Hash for OperatorId
source§impl Ord for OperatorId
impl Ord for OperatorId
source§fn cmp(&self, other: &OperatorId) -> Ordering
fn cmp(&self, other: &OperatorId) -> 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<OperatorId> for OperatorId
impl PartialEq<OperatorId> for OperatorId
source§fn eq(&self, other: &OperatorId) -> bool
fn eq(&self, other: &OperatorId) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd<OperatorId> for OperatorId
impl PartialOrd<OperatorId> for OperatorId
source§fn partial_cmp(&self, other: &OperatorId) -> Option<Ordering>
fn partial_cmp(&self, other: &OperatorId) -> 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 moresource§impl Serialize for OperatorId
impl Serialize for OperatorId
impl Eq for OperatorId
impl StructuralEq for OperatorId
impl StructuralPartialEq for OperatorId
Auto Trait Implementations§
impl RefUnwindSafe for OperatorId
impl Send for OperatorId
impl Sync for OperatorId
impl Unpin for OperatorId
impl UnwindSafe for OperatorId
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.