pub struct ExitRq {
pub reason: Exit,
pub reply_on_drop: Tx<Infallible>,
}Fields§
§reason: Exit§reply_on_drop: Tx<Infallible>Trait Implementations§
Auto Trait Implementations§
impl Freeze for ExitRq
impl !RefUnwindSafe for ExitRq
impl Send for ExitRq
impl Sync for ExitRq
impl Unpin for ExitRq
impl UnsafeUnpin for ExitRq
impl !UnwindSafe for ExitRq
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