pub struct InteractionFlowStartRequest {
pub source: InteractionFlowSource,
}Fields§
§source: InteractionFlowSourceTrait Implementations§
Source§impl Clone for InteractionFlowStartRequest
impl Clone for InteractionFlowStartRequest
Source§fn clone(&self) -> InteractionFlowStartRequest
fn clone(&self) -> InteractionFlowStartRequest
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 InteractionFlowStartRequest
impl Debug for InteractionFlowStartRequest
Source§impl<'de> Deserialize<'de> for InteractionFlowStartRequest
impl<'de> Deserialize<'de> for InteractionFlowStartRequest
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 Eq for InteractionFlowStartRequest
impl StructuralPartialEq for InteractionFlowStartRequest
Auto Trait Implementations§
impl Freeze for InteractionFlowStartRequest
impl RefUnwindSafe for InteractionFlowStartRequest
impl Send for InteractionFlowStartRequest
impl Sync for InteractionFlowStartRequest
impl Unpin for InteractionFlowStartRequest
impl UnsafeUnpin for InteractionFlowStartRequest
impl UnwindSafe for InteractionFlowStartRequest
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