pub struct ActionInvocation {
pub name: ActionName,
pub parameters: Value,
}Fields§
§name: ActionName§parameters: ValueTrait Implementations§
Source§impl Clone for ActionInvocation
impl Clone for ActionInvocation
Source§fn clone(&self) -> ActionInvocation
fn clone(&self) -> ActionInvocation
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 ActionInvocation
impl Debug for ActionInvocation
Source§impl<'de> Deserialize<'de> for ActionInvocation
impl<'de> Deserialize<'de> for ActionInvocation
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
Auto Trait Implementations§
impl Freeze for ActionInvocation
impl RefUnwindSafe for ActionInvocation
impl Send for ActionInvocation
impl Sync for ActionInvocation
impl Unpin for ActionInvocation
impl UnsafeUnpin for ActionInvocation
impl UnwindSafe for ActionInvocation
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