pub struct ScheduleEntryId(/* private fields */);Expand description
Id associated with an entry
Implementations§
Trait Implementations§
Source§impl Clone for ScheduleEntryId
impl Clone for ScheduleEntryId
Source§fn clone(&self) -> ScheduleEntryId
fn clone(&self) -> ScheduleEntryId
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 ScheduleEntryId
impl Debug for ScheduleEntryId
Source§impl Hash for ScheduleEntryId
impl Hash for ScheduleEntryId
Source§impl Ord for ScheduleEntryId
impl Ord for ScheduleEntryId
Source§fn cmp(&self, other: &ScheduleEntryId) -> Ordering
fn cmp(&self, other: &ScheduleEntryId) -> 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 ScheduleEntryId
impl PartialEq for ScheduleEntryId
Source§impl PartialOrd for ScheduleEntryId
impl PartialOrd for ScheduleEntryId
impl Copy for ScheduleEntryId
impl Eq for ScheduleEntryId
impl StructuralPartialEq for ScheduleEntryId
Auto Trait Implementations§
impl Freeze for ScheduleEntryId
impl RefUnwindSafe for ScheduleEntryId
impl Send for ScheduleEntryId
impl Sync for ScheduleEntryId
impl Unpin for ScheduleEntryId
impl UnwindSafe for ScheduleEntryId
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