pub struct PluginKey(pub u64);Expand description
Stable identity shared by every fiber started from one PluginHandle.
Tuple Fields§
§0: u64Trait Implementations§
impl Copy for PluginKey
impl Eq for PluginKey
Source§impl Ord for PluginKey
impl Ord for PluginKey
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 PartialOrd for PluginKey
impl PartialOrd for PluginKey
impl StructuralPartialEq for PluginKey
Auto Trait Implementations§
impl Freeze for PluginKey
impl RefUnwindSafe for PluginKey
impl Send for PluginKey
impl Sync for PluginKey
impl Unpin for PluginKey
impl UnsafeUnpin for PluginKey
impl UnwindSafe for PluginKey
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