pub struct SerialEventId(/* private fields */);Expand description
Stable identity for one planned serial event.
Implementations§
Trait Implementations§
Source§impl Clone for SerialEventId
impl Clone for SerialEventId
Source§fn clone(&self) -> SerialEventId
fn clone(&self) -> SerialEventId
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 SerialEventId
impl Debug for SerialEventId
Source§impl Display for SerialEventId
impl Display for SerialEventId
impl Eq for SerialEventId
Source§impl Hash for SerialEventId
impl Hash for SerialEventId
Source§impl Ord for SerialEventId
impl Ord for SerialEventId
Source§fn cmp(&self, other: &SerialEventId) -> Ordering
fn cmp(&self, other: &SerialEventId) -> 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 SerialEventId
impl PartialEq for SerialEventId
Source§impl PartialOrd for SerialEventId
impl PartialOrd for SerialEventId
impl StructuralPartialEq for SerialEventId
Auto Trait Implementations§
impl Freeze for SerialEventId
impl RefUnwindSafe for SerialEventId
impl Send for SerialEventId
impl Sync for SerialEventId
impl Unpin for SerialEventId
impl UnsafeUnpin for SerialEventId
impl UnwindSafe for SerialEventId
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