pub struct RuntimeEventId(pub Uuid);Expand description
Unique identifier for a runtime event.
Tuple Fields§
§0: UuidImplementations§
Trait Implementations§
Source§impl Clone for RuntimeEventId
impl Clone for RuntimeEventId
Source§fn clone(&self) -> RuntimeEventId
fn clone(&self) -> RuntimeEventId
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 RuntimeEventId
impl Debug for RuntimeEventId
Source§impl Default for RuntimeEventId
impl Default for RuntimeEventId
Source§impl<'de> Deserialize<'de> for RuntimeEventId
impl<'de> Deserialize<'de> for RuntimeEventId
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 RuntimeEventId
impl Display for RuntimeEventId
Source§impl Hash for RuntimeEventId
impl Hash for RuntimeEventId
Source§impl PartialEq for RuntimeEventId
impl PartialEq for RuntimeEventId
Source§impl Serialize for RuntimeEventId
impl Serialize for RuntimeEventId
impl Eq for RuntimeEventId
impl StructuralPartialEq for RuntimeEventId
Auto Trait Implementations§
impl Freeze for RuntimeEventId
impl RefUnwindSafe for RuntimeEventId
impl Send for RuntimeEventId
impl Sync for RuntimeEventId
impl Unpin for RuntimeEventId
impl UnsafeUnpin for RuntimeEventId
impl UnwindSafe for RuntimeEventId
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.