Struct usdpl_core::RemoteCallResponse
source · [−]Expand description
Remote call response packet representing the response from a remote call after the back-end has executed it.
Fields
id: u64The call id from the RemoteCall
response: Vec<Primitive>The function’s result
Trait Implementations
sourceimpl Dumpable for RemoteCallResponse
impl Dumpable for RemoteCallResponse
Auto Trait Implementations
impl RefUnwindSafe for RemoteCallResponse
impl Send for RemoteCallResponse
impl Sync for RemoteCallResponse
impl Unpin for RemoteCallResponse
impl UnwindSafe for RemoteCallResponse
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more