pub struct ExecID;Expand description
ExecID (17).
Trait Implementations§
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