Struct usdpl_core::RemoteCall
source · [−]Expand description
Remote call packet representing a function to call on the back-end, sent from the front-end
Fields
id: u64The call id assigned by the front-end
function: StringThe function’s name
parameters: Vec<Primitive>The function’s input parameters
Trait Implementations
sourceimpl Dumpable for RemoteCall
impl Dumpable for RemoteCall
Auto Trait Implementations
impl RefUnwindSafe for RemoteCall
impl Send for RemoteCall
impl Sync for RemoteCall
impl Unpin for RemoteCall
impl UnwindSafe for RemoteCall
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