pub struct InteractionFlowStep {
pub id: String,
pub content: FlowStepContent,
pub transition: FlowTransition,
}Fields§
§id: String§content: FlowStepContent§transition: FlowTransitionImplementations§
Source§impl InteractionFlowStep
impl InteractionFlowStep
pub fn presentation(&self) -> &FlowPresentation
Trait Implementations§
Source§impl Clone for InteractionFlowStep
impl Clone for InteractionFlowStep
Source§fn clone(&self) -> InteractionFlowStep
fn clone(&self) -> InteractionFlowStep
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 InteractionFlowStep
impl Debug for InteractionFlowStep
Source§impl<'de> Deserialize<'de> for InteractionFlowStep
impl<'de> Deserialize<'de> for InteractionFlowStep
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 InteractionFlowStep
impl PartialEq for InteractionFlowStep
Source§impl Serialize for InteractionFlowStep
impl Serialize for InteractionFlowStep
impl StructuralPartialEq for InteractionFlowStep
Auto Trait Implementations§
impl Freeze for InteractionFlowStep
impl RefUnwindSafe for InteractionFlowStep
impl Send for InteractionFlowStep
impl Sync for InteractionFlowStep
impl Unpin for InteractionFlowStep
impl UnsafeUnpin for InteractionFlowStep
impl UnwindSafe for InteractionFlowStep
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