pub struct HiveTaskId(/* private fields */);Expand description
Unique identifier for a hive collaborative task.
Implementations§
Trait Implementations§
Source§impl AsRef<str> for HiveTaskId
impl AsRef<str> for HiveTaskId
Source§impl Clone for HiveTaskId
impl Clone for HiveTaskId
Source§fn clone(&self) -> HiveTaskId
fn clone(&self) -> HiveTaskId
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 HiveTaskId
impl Debug for HiveTaskId
Source§impl Default for HiveTaskId
impl Default for HiveTaskId
Source§impl<'de> Deserialize<'de> for HiveTaskId
impl<'de> Deserialize<'de> for HiveTaskId
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 HiveTaskId
impl Display for HiveTaskId
Source§impl From<&str> for HiveTaskId
impl From<&str> for HiveTaskId
Source§impl From<String> for HiveTaskId
impl From<String> for HiveTaskId
Source§impl Hash for HiveTaskId
impl Hash for HiveTaskId
Source§impl PartialEq for HiveTaskId
impl PartialEq for HiveTaskId
Source§impl Serialize for HiveTaskId
impl Serialize for HiveTaskId
impl Eq for HiveTaskId
impl StructuralPartialEq for HiveTaskId
Auto Trait Implementations§
impl Freeze for HiveTaskId
impl RefUnwindSafe for HiveTaskId
impl Send for HiveTaskId
impl Sync for HiveTaskId
impl Unpin for HiveTaskId
impl UnsafeUnpin for HiveTaskId
impl UnwindSafe for HiveTaskId
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.