pub struct AutomateWorkflows {
pub entries: Option<Vec<AutomateWorkflowAction>>,
pub limit: Option<i64>,
pub next_marker: Option<Option<String>>,
}Fields§
§entries: Option<Vec<AutomateWorkflowAction>>§limit: Option<i64>§next_marker: Option<Option<String>>Trait Implementations§
Source§impl Clone for AutomateWorkflows
impl Clone for AutomateWorkflows
Source§fn clone(&self) -> AutomateWorkflows
fn clone(&self) -> AutomateWorkflows
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 AutomateWorkflows
impl Debug for AutomateWorkflows
Source§impl Default for AutomateWorkflows
impl Default for AutomateWorkflows
Source§fn default() -> AutomateWorkflows
fn default() -> AutomateWorkflows
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AutomateWorkflows
impl<'de> Deserialize<'de> for AutomateWorkflows
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 AutomateWorkflows
impl PartialEq for AutomateWorkflows
Source§impl Serialize for AutomateWorkflows
impl Serialize for AutomateWorkflows
impl StructuralPartialEq for AutomateWorkflows
Auto Trait Implementations§
impl Freeze for AutomateWorkflows
impl RefUnwindSafe for AutomateWorkflows
impl Send for AutomateWorkflows
impl Sync for AutomateWorkflows
impl Unpin for AutomateWorkflows
impl UnsafeUnpin for AutomateWorkflows
impl UnwindSafe for AutomateWorkflows
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