Struct agner_test_actor::query::SetTrapExitRq
source · [−]pub struct SetTrapExitRq {
pub set_to: bool,
pub reply_on_drop: Tx<Infallible>,
}Fields
set_to: boolreply_on_drop: Tx<Infallible>Trait Implementations
sourceimpl Debug for SetTrapExitRq
impl Debug for SetTrapExitRq
sourceimpl<M> From<SetTrapExitRq> for Query<M>
impl<M> From<SetTrapExitRq> for Query<M>
sourcefn from(inner: SetTrapExitRq) -> Self
fn from(inner: SetTrapExitRq) -> Self
Converts to this type from the input type.
Auto Trait Implementations
impl !RefUnwindSafe for SetTrapExitRq
impl Send for SetTrapExitRq
impl Sync for SetTrapExitRq
impl Unpin for SetTrapExitRq
impl !UnwindSafe for SetTrapExitRq
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