pub struct LogicalRuntimeId(pub String);Expand description
Logical identity of a runtime instance (survives retire/respawn).
Tuple Fields§
§0: StringImplementations§
Trait Implementations§
Source§impl Clone for LogicalRuntimeId
impl Clone for LogicalRuntimeId
Source§fn clone(&self) -> LogicalRuntimeId
fn clone(&self) -> LogicalRuntimeId
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 LogicalRuntimeId
impl Debug for LogicalRuntimeId
Source§impl<'de> Deserialize<'de> for LogicalRuntimeId
impl<'de> Deserialize<'de> for LogicalRuntimeId
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 LogicalRuntimeId
impl Display for LogicalRuntimeId
Source§impl Hash for LogicalRuntimeId
impl Hash for LogicalRuntimeId
Source§impl PartialEq for LogicalRuntimeId
impl PartialEq for LogicalRuntimeId
Source§impl Serialize for LogicalRuntimeId
impl Serialize for LogicalRuntimeId
impl Eq for LogicalRuntimeId
impl StructuralPartialEq for LogicalRuntimeId
Auto Trait Implementations§
impl Freeze for LogicalRuntimeId
impl RefUnwindSafe for LogicalRuntimeId
impl Send for LogicalRuntimeId
impl Sync for LogicalRuntimeId
impl Unpin for LogicalRuntimeId
impl UnsafeUnpin for LogicalRuntimeId
impl UnwindSafe for LogicalRuntimeId
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.