pub struct ExecRefID;Expand description
ExecRefID (19).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ExecRefID
impl RefUnwindSafe for ExecRefID
impl Send for ExecRefID
impl Sync for ExecRefID
impl Unpin for ExecRefID
impl UnsafeUnpin for ExecRefID
impl UnwindSafe for ExecRefID
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