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