pub struct OnFinish;
Expand description
The manifest has finished processing, and has passed validity checks.
Auto Trait Implementations§
impl Freeze for OnFinish
impl RefUnwindSafe for OnFinish
impl Send for OnFinish
impl Sync for OnFinish
impl Unpin for OnFinish
impl UnwindSafe for OnFinish
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