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