Struct usdpl_back::core::RemoteCall
source · [−]pub struct RemoteCall {
pub id: u64,
pub function: String,
pub parameters: Vec<Primitive, Global>,
}Expand description
Remote call packet representing a function to call on the back-end, sent from the front-end
Fields
id: u64function: Stringparameters: Vec<Primitive, Global>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