pub struct ActionTaskResponse {
pub total_count: Option<i64>,
pub workflow_runs: Option<Vec<ActionTask>>,
}Expand description
ActionTaskResponse returns a ActionTask
Fields§
§total_count: Option<i64>§workflow_runs: Option<Vec<ActionTask>>Trait Implementations§
Source§impl Clone for ActionTaskResponse
impl Clone for ActionTaskResponse
Source§fn clone(&self) -> ActionTaskResponse
fn clone(&self) -> ActionTaskResponse
Returns a duplicate of the value. Read more
1.0.0 · 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 ActionTaskResponse
impl Debug for ActionTaskResponse
Source§impl<'de> Deserialize<'de> for ActionTaskResponse
impl<'de> Deserialize<'de> for ActionTaskResponse
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 ActionTaskResponse
impl PartialEq for ActionTaskResponse
Source§impl Serialize for ActionTaskResponse
impl Serialize for ActionTaskResponse
impl StructuralPartialEq for ActionTaskResponse
Auto Trait Implementations§
impl Freeze for ActionTaskResponse
impl RefUnwindSafe for ActionTaskResponse
impl Send for ActionTaskResponse
impl Sync for ActionTaskResponse
impl Unpin for ActionTaskResponse
impl UnwindSafe for ActionTaskResponse
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