pub struct ProcessKilledResponse {
pub process_id: String,
}Fields§
§process_id: StringTrait Implementations§
Source§impl Clone for ProcessKilledResponse
impl Clone for ProcessKilledResponse
Source§fn clone(&self) -> ProcessKilledResponse
fn clone(&self) -> ProcessKilledResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ProcessKilledResponse
impl Debug for ProcessKilledResponse
Source§impl<'de> Deserialize<'de> for ProcessKilledResponse
impl<'de> Deserialize<'de> for ProcessKilledResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for ProcessKilledResponse
Source§impl Hash for ProcessKilledResponse
impl Hash for ProcessKilledResponse
Source§impl PartialEq for ProcessKilledResponse
impl PartialEq for ProcessKilledResponse
Source§fn eq(&self, other: &ProcessKilledResponse) -> bool
fn eq(&self, other: &ProcessKilledResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ProcessKilledResponse
impl Serialize for ProcessKilledResponse
impl StructuralPartialEq for ProcessKilledResponse
Auto Trait Implementations§
impl Freeze for ProcessKilledResponse
impl RefUnwindSafe for ProcessKilledResponse
impl Send for ProcessKilledResponse
impl Sync for ProcessKilledResponse
impl Unpin for ProcessKilledResponse
impl UnsafeUnpin for ProcessKilledResponse
impl UnwindSafe for ProcessKilledResponse
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