pub struct ExecId(/* private fields */);Expand description
Exec instance ID.
Implementations§
Trait Implementations§
impl Eq for ExecId
impl StructuralPartialEq for ExecId
Auto Trait Implementations§
impl Freeze for ExecId
impl RefUnwindSafe for ExecId
impl Send for ExecId
impl Sync for ExecId
impl Unpin for ExecId
impl UnsafeUnpin for ExecId
impl UnwindSafe for ExecId
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