Struct netsblox_vm::std_util::RpcRequest
source · pub struct RpcRequest<C: CustomTypes<S>, S: System<C>> {
pub service: String,
pub rpc: String,
pub args: Vec<(String, Json)>,
pub key: AsyncKey<Result<C::Intermediate, String>>,
}Fields§
§service: String§rpc: String§args: Vec<(String, Json)>§key: AsyncKey<Result<C::Intermediate, String>>Auto Trait Implementations§
impl<C, S> RefUnwindSafe for RpcRequest<C, S>
impl<C, S> Send for RpcRequest<C, S>
impl<C, S> Sync for RpcRequest<C, S>
impl<C, S> Unpin for RpcRequest<C, S>
impl<C, S> UnwindSafe for RpcRequest<C, S>
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