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