pub struct ActionRequest {
pub id: Uint,
pub name: String,
pub args: Cbor,
}Fields§
§id: Uint§name: String§args: CborTrait Implementations§
Source§impl Clone for ActionRequest
impl Clone for ActionRequest
Source§fn clone(&self) -> ActionRequest
fn clone(&self) -> ActionRequest
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 ActionRequest
impl Debug for ActionRequest
Source§impl<'de> Deserialize<'de> for ActionRequest
impl<'de> Deserialize<'de> for ActionRequest
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 ActionRequest
Source§impl From<ActionRequest> for ActionRequest
impl From<ActionRequest> for ActionRequest
Source§fn from(value: ActionRequest) -> Self
fn from(value: ActionRequest) -> Self
Converts to this type from the input type.
Source§impl From<ActionRequest> for ActionRequest
impl From<ActionRequest> for ActionRequest
Source§fn from(value: ActionRequest) -> Self
fn from(value: ActionRequest) -> Self
Converts to this type from the input type.
Source§impl From<ActionRequest> for ActionRequest
impl From<ActionRequest> for ActionRequest
Source§fn from(value: ActionRequest) -> Self
fn from(value: ActionRequest) -> Self
Converts to this type from the input type.
Source§impl From<ActionRequest> for ActionRequest
impl From<ActionRequest> for ActionRequest
Source§fn from(value: ActionRequest) -> Self
fn from(value: ActionRequest) -> Self
Converts to this type from the input type.
Source§impl PartialEq for ActionRequest
impl PartialEq for ActionRequest
Source§fn eq(&self, other: &ActionRequest) -> bool
fn eq(&self, other: &ActionRequest) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ActionRequest
impl Serialize for ActionRequest
impl StructuralPartialEq for ActionRequest
Auto Trait Implementations§
impl Freeze for ActionRequest
impl RefUnwindSafe for ActionRequest
impl Send for ActionRequest
impl Sync for ActionRequest
impl Unpin for ActionRequest
impl UnsafeUnpin for ActionRequest
impl UnwindSafe for ActionRequest
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