Struct agner_test_actor::query::ExitRq
source · [−]pub struct ExitRq {
pub reason: Exit,
pub reply_on_drop: Tx<Infallible>,
}Fields
reason: Exitreply_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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more