pub struct ScheduledActionId(pub NonZeroU64);Expand description
Sentinel-free scheduled-action handle (A6).
Tuple Fields§
§0: NonZeroU64Implementations§
Trait Implementations§
Source§impl Clone for ScheduledActionId
impl Clone for ScheduledActionId
Source§fn clone(&self) -> ScheduledActionId
fn clone(&self) -> ScheduledActionId
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 ScheduledActionId
impl Debug for ScheduledActionId
Source§impl<'de> Deserialize<'de> for ScheduledActionId
impl<'de> Deserialize<'de> for ScheduledActionId
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 Hash for ScheduledActionId
impl Hash for ScheduledActionId
Source§impl Ord for ScheduledActionId
impl Ord for ScheduledActionId
Source§fn cmp(&self, other: &ScheduledActionId) -> Ordering
fn cmp(&self, other: &ScheduledActionId) -> 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 for ScheduledActionId
impl PartialEq for ScheduledActionId
Source§impl PartialOrd for ScheduledActionId
impl PartialOrd for ScheduledActionId
Source§impl Serialize for ScheduledActionId
impl Serialize for ScheduledActionId
impl Copy for ScheduledActionId
impl Eq for ScheduledActionId
impl StructuralPartialEq for ScheduledActionId
Auto Trait Implementations§
impl Freeze for ScheduledActionId
impl RefUnwindSafe for ScheduledActionId
impl Send for ScheduledActionId
impl Sync for ScheduledActionId
impl Unpin for ScheduledActionId
impl UnsafeUnpin for ScheduledActionId
impl UnwindSafe for ScheduledActionId
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