pub struct RuntimeId(/* private fields */);Trait Implementations§
impl Copy for RuntimeId
impl Eq for RuntimeId
impl StructuralPartialEq for RuntimeId
Auto Trait Implementations§
impl Freeze for RuntimeId
impl RefUnwindSafe for RuntimeId
impl Send for RuntimeId
impl Sync for RuntimeId
impl Unpin for RuntimeId
impl UnwindSafe for RuntimeId
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