pub struct RuntimeInstanceId(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for RuntimeInstanceId
impl Clone for RuntimeInstanceId
Source§fn clone(&self) -> RuntimeInstanceId
fn clone(&self) -> RuntimeInstanceId
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 RuntimeInstanceId
impl Debug for RuntimeInstanceId
Source§impl<'de> Deserialize<'de> for RuntimeInstanceId
impl<'de> Deserialize<'de> for RuntimeInstanceId
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 RuntimeInstanceId
impl Display for RuntimeInstanceId
impl Eq for RuntimeInstanceId
Source§impl FromStr for RuntimeInstanceId
impl FromStr for RuntimeInstanceId
Source§impl Hash for RuntimeInstanceId
impl Hash for RuntimeInstanceId
Source§impl Ord for RuntimeInstanceId
impl Ord for RuntimeInstanceId
Source§fn cmp(&self, other: &RuntimeInstanceId) -> Ordering
fn cmp(&self, other: &RuntimeInstanceId) -> 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 RuntimeInstanceId
impl PartialEq for RuntimeInstanceId
Source§impl PartialOrd for RuntimeInstanceId
impl PartialOrd for RuntimeInstanceId
Source§impl Serialize for RuntimeInstanceId
impl Serialize for RuntimeInstanceId
impl StructuralPartialEq for RuntimeInstanceId
Auto Trait Implementations§
impl Freeze for RuntimeInstanceId
impl RefUnwindSafe for RuntimeInstanceId
impl Send for RuntimeInstanceId
impl Sync for RuntimeInstanceId
impl Unpin for RuntimeInstanceId
impl UnsafeUnpin for RuntimeInstanceId
impl UnwindSafe for RuntimeInstanceId
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