pub struct FlowDefinitionResponse {
pub definition_revision: String,
pub source_session_id: String,
pub definition: InteractionFlowDefinition,
}Fields§
§definition_revision: String§source_session_id: String§definition: InteractionFlowDefinitionTrait Implementations§
Source§impl Clone for FlowDefinitionResponse
impl Clone for FlowDefinitionResponse
Source§fn clone(&self) -> FlowDefinitionResponse
fn clone(&self) -> FlowDefinitionResponse
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 FlowDefinitionResponse
impl Debug for FlowDefinitionResponse
Source§impl<'de> Deserialize<'de> for FlowDefinitionResponse
impl<'de> Deserialize<'de> for FlowDefinitionResponse
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 FlowDefinitionResponse
impl PartialEq for FlowDefinitionResponse
Source§impl Serialize for FlowDefinitionResponse
impl Serialize for FlowDefinitionResponse
impl StructuralPartialEq for FlowDefinitionResponse
Auto Trait Implementations§
impl Freeze for FlowDefinitionResponse
impl RefUnwindSafe for FlowDefinitionResponse
impl Send for FlowDefinitionResponse
impl Sync for FlowDefinitionResponse
impl Unpin for FlowDefinitionResponse
impl UnsafeUnpin for FlowDefinitionResponse
impl UnwindSafe for FlowDefinitionResponse
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