pub struct HaltReasonReceiver(/* private fields */);
Expand description
The halt reason receiver to pass to put in PartitionUnitParams
.
Auto Trait Implementations§
impl Freeze for HaltReasonReceiver
impl !RefUnwindSafe for HaltReasonReceiver
impl Send for HaltReasonReceiver
impl Sync for HaltReasonReceiver
impl Unpin for HaltReasonReceiver
impl !UnwindSafe for HaltReasonReceiver
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