pub struct Kill;Expand description
Trait Implementations§
Source§impl Capability for Kill
impl Capability for Kill
Source§fn schema(&self) -> Value
fn schema(&self) -> Value
Returns the JSON Schema for Kill arguments.
Schema requires "pid" integer; "signal" is optional and restricted
to valid POSIX signal values (1-31, 64) — FINDING #3.
Source§fn description(&self) -> &'static str
fn description(&self) -> &'static str
Returns a one-line human-readable description of what this capability does. Read more
Auto Trait Implementations§
impl Freeze for Kill
impl RefUnwindSafe for Kill
impl Send for Kill
impl Sync for Kill
impl Unpin for Kill
impl UnsafeUnpin for Kill
impl UnwindSafe for Kill
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