pub struct StepTypesResponse {
pub step_types: Vec<StepType>,
}Expand description
Response from GET /api/v1/workflows/step-types.
Fields§
§step_types: Vec<StepType>Trait Implementations§
Source§impl<'de> Deserialize<'de> for StepTypesResponse
impl<'de> Deserialize<'de> for StepTypesResponse
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 StepTypesResponse
impl RefUnwindSafe for StepTypesResponse
impl Send for StepTypesResponse
impl Sync for StepTypesResponse
impl Unpin for StepTypesResponse
impl UnsafeUnpin for StepTypesResponse
impl UnwindSafe for StepTypesResponse
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