pub struct PhaseId(pub &'static str);Tuple Fields§
§0: &'static strTrait Implementations§
impl Eq for PhaseId
impl StructuralPartialEq for PhaseId
Auto Trait Implementations§
impl Freeze for PhaseId
impl RefUnwindSafe for PhaseId
impl Send for PhaseId
impl Sync for PhaseId
impl Unpin for PhaseId
impl UnwindSafe for PhaseId
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