Struct agner_test_actor::query::ExitRq
source · 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 !RefUnwindSafe for ExitRq
impl Send for ExitRq
impl Sync for ExitRq
impl Unpin 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