pub struct DeadlineId(/* private fields */);Expand description
Unique identifier for a registered process deadline.
Implementations§
Trait Implementations§
Source§impl Clone for DeadlineId
impl Clone for DeadlineId
Source§fn clone(&self) -> DeadlineId
fn clone(&self) -> DeadlineId
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 moreimpl Copy for DeadlineId
Source§impl Debug for DeadlineId
impl Debug for DeadlineId
Source§impl Default for DeadlineId
impl Default for DeadlineId
Source§impl<'de> Deserialize<'de> for DeadlineId
impl<'de> Deserialize<'de> for DeadlineId
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 DeadlineId
impl Display for DeadlineId
impl Eq for DeadlineId
Source§impl From<Uuid> for DeadlineId
impl From<Uuid> for DeadlineId
Source§impl Hash for DeadlineId
impl Hash for DeadlineId
Source§impl Ord for DeadlineId
impl Ord for DeadlineId
Source§fn cmp(&self, other: &DeadlineId) -> Ordering
fn cmp(&self, other: &DeadlineId) -> 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 DeadlineId
impl PartialEq for DeadlineId
Source§fn eq(&self, other: &DeadlineId) -> bool
fn eq(&self, other: &DeadlineId) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for DeadlineId
impl PartialOrd for DeadlineId
Source§impl Serialize for DeadlineId
impl Serialize for DeadlineId
impl StructuralPartialEq for DeadlineId
Auto Trait Implementations§
impl Freeze for DeadlineId
impl RefUnwindSafe for DeadlineId
impl Send for DeadlineId
impl Sync for DeadlineId
impl Unpin for DeadlineId
impl UnsafeUnpin for DeadlineId
impl UnwindSafe for DeadlineId
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