pub struct CouplingId(/* private fields */);Expand description
Unique identifier for a coupling relationship
Implementations§
Source§impl CouplingId
impl CouplingId
Trait Implementations§
Source§impl Clone for CouplingId
impl Clone for CouplingId
Source§fn clone(&self) -> CouplingId
fn clone(&self) -> CouplingId
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 CouplingId
impl Debug for CouplingId
Source§impl<'de> Deserialize<'de> for CouplingId
impl<'de> Deserialize<'de> for CouplingId
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 CouplingId
impl Display for CouplingId
Source§impl Hash for CouplingId
impl Hash for CouplingId
Source§impl PartialEq for CouplingId
impl PartialEq for CouplingId
Source§impl Serialize for CouplingId
impl Serialize for CouplingId
impl Copy for CouplingId
impl Eq for CouplingId
impl StructuralPartialEq for CouplingId
Auto Trait Implementations§
impl Freeze for CouplingId
impl RefUnwindSafe for CouplingId
impl Send for CouplingId
impl Sync for CouplingId
impl Unpin for CouplingId
impl UnwindSafe for CouplingId
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§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.