pub struct ListActionRunResponse {
pub total_count: Option<i64>,
pub workflow_runs: Option<Vec<ActionRun>>,
}Expand description
ListActionRunResponse return a list of ActionRun
Fields§
§total_count: Option<i64>§workflow_runs: Option<Vec<ActionRun>>Trait Implementations§
Source§impl Clone for ListActionRunResponse
impl Clone for ListActionRunResponse
Source§fn clone(&self) -> ListActionRunResponse
fn clone(&self) -> ListActionRunResponse
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 ListActionRunResponse
impl Debug for ListActionRunResponse
Source§impl<'de> Deserialize<'de> for ListActionRunResponse
impl<'de> Deserialize<'de> for ListActionRunResponse
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 FromResponse for ListActionRunResponse
impl FromResponse for ListActionRunResponse
fn from_response( response: ApiResponse, has_body: bool, ) -> Result<Self, StructureError>
Source§impl PartialEq for ListActionRunResponse
impl PartialEq for ListActionRunResponse
Source§impl Serialize for ListActionRunResponse
impl Serialize for ListActionRunResponse
impl StructuralPartialEq for ListActionRunResponse
Auto Trait Implementations§
impl Freeze for ListActionRunResponse
impl RefUnwindSafe for ListActionRunResponse
impl Send for ListActionRunResponse
impl Sync for ListActionRunResponse
impl Unpin for ListActionRunResponse
impl UnwindSafe for ListActionRunResponse
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