pub struct ProcessesStopAllParams {
pub reason: Option<String>,
}Fields§
§reason: Option<String>Trait Implementations§
Source§impl Clone for ProcessesStopAllParams
impl Clone for ProcessesStopAllParams
Source§fn clone(&self) -> ProcessesStopAllParams
fn clone(&self) -> ProcessesStopAllParams
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 ProcessesStopAllParams
impl Debug for ProcessesStopAllParams
Source§impl Default for ProcessesStopAllParams
impl Default for ProcessesStopAllParams
Source§fn default() -> ProcessesStopAllParams
fn default() -> ProcessesStopAllParams
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ProcessesStopAllParams
impl<'de> Deserialize<'de> for ProcessesStopAllParams
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 ProcessesStopAllParams
impl RefUnwindSafe for ProcessesStopAllParams
impl Send for ProcessesStopAllParams
impl Sync for ProcessesStopAllParams
impl Unpin for ProcessesStopAllParams
impl UnsafeUnpin for ProcessesStopAllParams
impl UnwindSafe for ProcessesStopAllParams
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