pub struct ProcessEventSemanticsSpec {
pub terminal: Option<ProcessTerminalSpec>,
pub wake: Option<ProcessWakeSpec>,
}Fields§
§terminal: Option<ProcessTerminalSpec>§wake: Option<ProcessWakeSpec>Trait Implementations§
Source§impl Clone for ProcessEventSemanticsSpec
impl Clone for ProcessEventSemanticsSpec
Source§fn clone(&self) -> ProcessEventSemanticsSpec
fn clone(&self) -> ProcessEventSemanticsSpec
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 ProcessEventSemanticsSpec
impl Debug for ProcessEventSemanticsSpec
Source§impl Default for ProcessEventSemanticsSpec
impl Default for ProcessEventSemanticsSpec
Source§fn default() -> ProcessEventSemanticsSpec
fn default() -> ProcessEventSemanticsSpec
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ProcessEventSemanticsSpec
impl<'de> Deserialize<'de> for ProcessEventSemanticsSpec
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
Source§impl PartialEq for ProcessEventSemanticsSpec
impl PartialEq for ProcessEventSemanticsSpec
Source§fn eq(&self, other: &ProcessEventSemanticsSpec) -> bool
fn eq(&self, other: &ProcessEventSemanticsSpec) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ProcessEventSemanticsSpec
Auto Trait Implementations§
impl Freeze for ProcessEventSemanticsSpec
impl RefUnwindSafe for ProcessEventSemanticsSpec
impl Send for ProcessEventSemanticsSpec
impl Sync for ProcessEventSemanticsSpec
impl Unpin for ProcessEventSemanticsSpec
impl UnsafeUnpin for ProcessEventSemanticsSpec
impl UnwindSafe for ProcessEventSemanticsSpec
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