pub struct ActionResponsePayload {
pub action_response: ActionResponseData,
pub action_id: String,
}Fields§
§action_response: ActionResponseData§action_id: StringTrait Implementations§
Source§impl Clone for ActionResponsePayload
impl Clone for ActionResponsePayload
Source§fn clone(&self) -> ActionResponsePayload
fn clone(&self) -> ActionResponsePayload
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 ActionResponsePayload
impl Debug for ActionResponsePayload
Source§impl<'de> Deserialize<'de> for ActionResponsePayload
impl<'de> Deserialize<'de> for ActionResponsePayload
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 ActionResponsePayload
impl PartialEq for ActionResponsePayload
Source§fn eq(&self, other: &ActionResponsePayload) -> bool
fn eq(&self, other: &ActionResponsePayload) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ActionResponsePayload
impl Serialize for ActionResponsePayload
impl StructuralPartialEq for ActionResponsePayload
Auto Trait Implementations§
impl Freeze for ActionResponsePayload
impl RefUnwindSafe for ActionResponsePayload
impl Send for ActionResponsePayload
impl Sync for ActionResponsePayload
impl Unpin for ActionResponsePayload
impl UnsafeUnpin for ActionResponsePayload
impl UnwindSafe for ActionResponsePayload
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