pub struct DispatchCall {
pub action_id: ActionId,
pub call_box_id: BoxId,
pub name: String,
pub arguments: String,
}Fields§
§action_id: ActionId§call_box_id: BoxId§name: String§arguments: StringTrait Implementations§
Source§impl Clone for DispatchCall
impl Clone for DispatchCall
Source§fn clone(&self) -> DispatchCall
fn clone(&self) -> DispatchCall
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 DispatchCall
impl Debug for DispatchCall
impl Eq for DispatchCall
Source§impl PartialEq for DispatchCall
impl PartialEq for DispatchCall
impl StructuralPartialEq for DispatchCall
Auto Trait Implementations§
impl Freeze for DispatchCall
impl RefUnwindSafe for DispatchCall
impl Send for DispatchCall
impl Sync for DispatchCall
impl Unpin for DispatchCall
impl UnsafeUnpin for DispatchCall
impl UnwindSafe for DispatchCall
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