pub struct InteractiveEvent {
pub envelope_id: String,
pub accepts_response_payload: bool,
pub payload: InteractivePayload,
}Fields§
§envelope_id: String§accepts_response_payload: bool§payload: InteractivePayloadTrait Implementations§
Source§impl Debug for InteractiveEvent
impl Debug for InteractiveEvent
Source§impl<'de> Deserialize<'de> for InteractiveEvent
impl<'de> Deserialize<'de> for InteractiveEvent
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 InteractiveEvent
impl PartialEq for InteractiveEvent
Source§impl Serialize for InteractiveEvent
impl Serialize for InteractiveEvent
impl StructuralPartialEq for InteractiveEvent
Auto Trait Implementations§
impl Freeze for InteractiveEvent
impl RefUnwindSafe for InteractiveEvent
impl Send for InteractiveEvent
impl Sync for InteractiveEvent
impl Unpin for InteractiveEvent
impl UnwindSafe for InteractiveEvent
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