pub struct ListDispatchEvents200ResponseInner {
pub subscriber_path: String,
pub asset_kind: AssetKind,
pub asset_path: String,
pub outcome: Outcome,
pub child_job_id: Option<Uuid>,
pub partition: Option<String>,
pub received_inputs: Option<i32>,
pub required_inputs: Option<i32>,
pub debounce_s: Option<i32>,
pub reason: Option<String>,
pub created_at: String,
}Fields§
§subscriber_path: String§asset_kind: AssetKind§asset_path: String§outcome: Outcome§child_job_id: Option<Uuid>§partition: Option<String>§received_inputs: Option<i32>§required_inputs: Option<i32>§debounce_s: Option<i32>§reason: Option<String>§created_at: StringImplementations§
Trait Implementations§
Source§impl Clone for ListDispatchEvents200ResponseInner
impl Clone for ListDispatchEvents200ResponseInner
Source§fn clone(&self) -> ListDispatchEvents200ResponseInner
fn clone(&self) -> ListDispatchEvents200ResponseInner
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 Default for ListDispatchEvents200ResponseInner
impl Default for ListDispatchEvents200ResponseInner
Source§fn default() -> ListDispatchEvents200ResponseInner
fn default() -> ListDispatchEvents200ResponseInner
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ListDispatchEvents200ResponseInner
impl<'de> Deserialize<'de> for ListDispatchEvents200ResponseInner
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 ListDispatchEvents200ResponseInner
impl PartialEq for ListDispatchEvents200ResponseInner
Source§fn eq(&self, other: &ListDispatchEvents200ResponseInner) -> bool
fn eq(&self, other: &ListDispatchEvents200ResponseInner) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ListDispatchEvents200ResponseInner
Auto Trait Implementations§
impl Freeze for ListDispatchEvents200ResponseInner
impl RefUnwindSafe for ListDispatchEvents200ResponseInner
impl Send for ListDispatchEvents200ResponseInner
impl Sync for ListDispatchEvents200ResponseInner
impl Unpin for ListDispatchEvents200ResponseInner
impl UnsafeUnpin for ListDispatchEvents200ResponseInner
impl UnwindSafe for ListDispatchEvents200ResponseInner
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