pub struct SetTrapExit {
pub task_key: TaskKey,
pub enable: bool,
/* private fields */
}Fields§
§task_key: TaskKey§enable: boolTrait Implementations§
Source§impl Debug for SetTrapExit
impl Debug for SetTrapExit
Source§impl<R> From<SetTrapExit> for Query<R>
impl<R> From<SetTrapExit> for Query<R>
Source§fn from(value: SetTrapExit) -> Self
fn from(value: SetTrapExit) -> Self
Converts to this type from the input type.
Source§impl From<SetTrapExit> for Sender<()>
impl From<SetTrapExit> for Sender<()>
Source§fn from(value: SetTrapExit) -> Self
fn from(value: SetTrapExit) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for SetTrapExit
impl !RefUnwindSafe for SetTrapExit
impl Send for SetTrapExit
impl Sync for SetTrapExit
impl Unpin for SetTrapExit
impl !UnwindSafe for SetTrapExit
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