pub struct SysKillResponse {
pub success: bool,
}
Fields§
§success: bool
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SysKillResponse
impl RefUnwindSafe for SysKillResponse
impl Send for SysKillResponse
impl Sync for SysKillResponse
impl Unpin for SysKillResponse
impl UnwindSafe for SysKillResponse
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