pub struct InvokeArgs {
pub method: String,
pub args: Vec<u8>,
}
Fields§
§method: String
§args: Vec<u8>
Auto Trait Implementations§
impl Freeze for InvokeArgs
impl RefUnwindSafe for InvokeArgs
impl Send for InvokeArgs
impl Sync for InvokeArgs
impl Unpin for InvokeArgs
impl UnwindSafe for InvokeArgs
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