pub struct ProcessWaitQuery {
pub condition: Option<WaitCondition>,
pub namespace: Option<String>,
}Expand description
Query for the process wait endpoint
Fields§
§condition: Option<WaitCondition>§namespace: Option<String>Namespace where belong the process
Trait Implementations§
Source§impl Clone for ProcessWaitQuery
impl Clone for ProcessWaitQuery
Source§fn clone(&self) -> ProcessWaitQuery
fn clone(&self) -> ProcessWaitQuery
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 ProcessWaitQuery
impl Debug for ProcessWaitQuery
Source§impl Default for ProcessWaitQuery
impl Default for ProcessWaitQuery
Source§fn default() -> ProcessWaitQuery
fn default() -> ProcessWaitQuery
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ProcessWaitQuery
impl<'de> Deserialize<'de> for ProcessWaitQuery
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 ProcessWaitQuery
impl RefUnwindSafe for ProcessWaitQuery
impl Send for ProcessWaitQuery
impl Sync for ProcessWaitQuery
impl Unpin for ProcessWaitQuery
impl UnsafeUnpin for ProcessWaitQuery
impl UnwindSafe for ProcessWaitQuery
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