pub struct ProcessesStopAllResult {
pub results: Vec<ProcessStopResult>,
}Fields§
§results: Vec<ProcessStopResult>Trait Implementations§
Source§impl Clone for ProcessesStopAllResult
impl Clone for ProcessesStopAllResult
Source§fn clone(&self) -> ProcessesStopAllResult
fn clone(&self) -> ProcessesStopAllResult
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 ProcessesStopAllResult
impl Debug for ProcessesStopAllResult
Source§impl<'de> Deserialize<'de> for ProcessesStopAllResult
impl<'de> Deserialize<'de> for ProcessesStopAllResult
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
Auto Trait Implementations§
impl Freeze for ProcessesStopAllResult
impl RefUnwindSafe for ProcessesStopAllResult
impl Send for ProcessesStopAllResult
impl Sync for ProcessesStopAllResult
impl Unpin for ProcessesStopAllResult
impl UnsafeUnpin for ProcessesStopAllResult
impl UnwindSafe for ProcessesStopAllResult
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