Struct agner_test_actor::query::SetTrapExitRq
source · pub struct SetTrapExitRq {
pub set_to: bool,
pub reply_on_drop: Tx<Infallible>,
}Fields§
§set_to: bool§reply_on_drop: Tx<Infallible>Trait Implementations§
source§impl Debug for SetTrapExitRq
impl Debug for SetTrapExitRq
source§impl<M> From<SetTrapExitRq> for Query<M>
impl<M> From<SetTrapExitRq> for Query<M>
source§fn 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§
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