pub struct JoinId(pub u64);Expand description
Join point label.
Tuple Fields§
§0: u64Trait Implementations§
impl Copy for JoinId
impl Eq for JoinId
impl StructuralPartialEq for JoinId
Auto Trait Implementations§
impl Freeze for JoinId
impl RefUnwindSafe for JoinId
impl Send for JoinId
impl Sync for JoinId
impl Unpin for JoinId
impl UnsafeUnpin for JoinId
impl UnwindSafe for JoinId
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