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 Freeze for SetTrapExitRq
impl !RefUnwindSafe for SetTrapExitRq
impl Send for SetTrapExitRq
impl Sync for SetTrapExitRq
impl Unpin for SetTrapExitRq
impl UnsafeUnpin 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