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