pub struct ExecutionContextId(/* private fields */);Available on crate feature
Runtime only.Expand description
Id of an execution context.
Trait Implementations§
Source§impl Clone for ExecutionContextId
impl Clone for ExecutionContextId
Source§fn clone(&self) -> ExecutionContextId
fn clone(&self) -> ExecutionContextId
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 ExecutionContextId
impl Debug for ExecutionContextId
Source§impl Deref for ExecutionContextId
impl Deref for ExecutionContextId
Source§impl<'de> Deserialize<'de> for ExecutionContextId
impl<'de> Deserialize<'de> for ExecutionContextId
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 From<u32> for ExecutionContextId
impl From<u32> for ExecutionContextId
Auto Trait Implementations§
impl Freeze for ExecutionContextId
impl RefUnwindSafe for ExecutionContextId
impl Send for ExecutionContextId
impl Sync for ExecutionContextId
impl Unpin for ExecutionContextId
impl UnwindSafe for ExecutionContextId
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