pub struct KillResult {
pub ok: bool,
}Fields§
§ok: boolTrait Implementations§
Source§impl Debug for KillResult
impl Debug for KillResult
Auto Trait Implementations§
impl Freeze for KillResult
impl RefUnwindSafe for KillResult
impl Send for KillResult
impl Sync for KillResult
impl Unpin for KillResult
impl UnsafeUnpin for KillResult
impl UnwindSafe for KillResult
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