pub struct ListWorkflowsQuery {
pub name: Option<String>,
}Expand description
Query parameters for listing workflows.
Fields§
§name: Option<String>Optional case-insensitive partial match on workflow name.
Trait Implementations§
Source§impl Debug for ListWorkflowsQuery
impl Debug for ListWorkflowsQuery
Source§impl<'de> Deserialize<'de> for ListWorkflowsQuery
impl<'de> Deserialize<'de> for ListWorkflowsQuery
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
Auto Trait Implementations§
impl Freeze for ListWorkflowsQuery
impl RefUnwindSafe for ListWorkflowsQuery
impl Send for ListWorkflowsQuery
impl Sync for ListWorkflowsQuery
impl Unpin for ListWorkflowsQuery
impl UnsafeUnpin for ListWorkflowsQuery
impl UnwindSafe for ListWorkflowsQuery
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