pub struct UpdateFlowTemplateResponse {
pub summary: Option<FlowTemplateSummary>,
}
Fields§
§summary: Option<FlowTemplateSummary>
An object containing summary information about the updated workflow.
Trait Implementations§
Source§impl Clone for UpdateFlowTemplateResponse
impl Clone for UpdateFlowTemplateResponse
Source§fn clone(&self) -> UpdateFlowTemplateResponse
fn clone(&self) -> UpdateFlowTemplateResponse
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 UpdateFlowTemplateResponse
impl Debug for UpdateFlowTemplateResponse
Source§impl Default for UpdateFlowTemplateResponse
impl Default for UpdateFlowTemplateResponse
Source§fn default() -> UpdateFlowTemplateResponse
fn default() -> UpdateFlowTemplateResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UpdateFlowTemplateResponse
impl<'de> Deserialize<'de> for UpdateFlowTemplateResponse
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
impl StructuralPartialEq for UpdateFlowTemplateResponse
Auto Trait Implementations§
impl Freeze for UpdateFlowTemplateResponse
impl RefUnwindSafe for UpdateFlowTemplateResponse
impl Send for UpdateFlowTemplateResponse
impl Sync for UpdateFlowTemplateResponse
impl Unpin for UpdateFlowTemplateResponse
impl UnwindSafe for UpdateFlowTemplateResponse
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