Struct wildland_devshell::sigint::Ctrlc
source · pub struct Ctrlc {
handle: Handle,
}
Fields§
§handle: Handle
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for Ctrlc
impl Send for Ctrlc
impl Sync for Ctrlc
impl Unpin for Ctrlc
impl !UnwindSafe for Ctrlc
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