pub struct StepPmi<'a> {
pub state: &'a PmiState,
pub report: &'a PmiReport,
}Expand description
The PMI to write: the document block and the tail’s resolution of it.
Fields§
§state: &'a PmiState§report: &'a PmiReportAuto Trait Implementations§
impl<'a> Freeze for StepPmi<'a>
impl<'a> RefUnwindSafe for StepPmi<'a>
impl<'a> Send for StepPmi<'a>
impl<'a> Sync for StepPmi<'a>
impl<'a> Unpin for StepPmi<'a>
impl<'a> UnsafeUnpin for StepPmi<'a>
impl<'a> UnwindSafe for StepPmi<'a>
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