pub struct WorkAttentionBindingId(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for WorkAttentionBindingId
impl Clone for WorkAttentionBindingId
Source§fn clone(&self) -> WorkAttentionBindingId
fn clone(&self) -> WorkAttentionBindingId
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 WorkAttentionBindingId
impl Debug for WorkAttentionBindingId
Source§impl<'de> Deserialize<'de> for WorkAttentionBindingId
impl<'de> Deserialize<'de> for WorkAttentionBindingId
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 WorkAttentionBindingId
impl Display for WorkAttentionBindingId
impl Eq for WorkAttentionBindingId
Source§impl FromStr for WorkAttentionBindingId
impl FromStr for WorkAttentionBindingId
Source§impl Hash for WorkAttentionBindingId
impl Hash for WorkAttentionBindingId
Source§impl Ord for WorkAttentionBindingId
impl Ord for WorkAttentionBindingId
Source§fn cmp(&self, other: &WorkAttentionBindingId) -> Ordering
fn cmp(&self, other: &WorkAttentionBindingId) -> Ordering
1.21.0 (const: unstable) · 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 for WorkAttentionBindingId
impl PartialEq for WorkAttentionBindingId
Source§fn eq(&self, other: &WorkAttentionBindingId) -> bool
fn eq(&self, other: &WorkAttentionBindingId) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for WorkAttentionBindingId
impl PartialOrd for WorkAttentionBindingId
Source§impl Serialize for WorkAttentionBindingId
impl Serialize for WorkAttentionBindingId
impl StructuralPartialEq for WorkAttentionBindingId
Auto Trait Implementations§
impl Freeze for WorkAttentionBindingId
impl RefUnwindSafe for WorkAttentionBindingId
impl Send for WorkAttentionBindingId
impl Sync for WorkAttentionBindingId
impl Unpin for WorkAttentionBindingId
impl UnsafeUnpin for WorkAttentionBindingId
impl UnwindSafe for WorkAttentionBindingId
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> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
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.