pub struct RpcQueue { /* private fields */ }Expand description
Accumulates outgoing RPC calls for batched network dispatch.
Implementations§
Auto Trait Implementations§
impl Freeze for RpcQueue
impl RefUnwindSafe for RpcQueue
impl Send for RpcQueue
impl Sync for RpcQueue
impl Unpin for RpcQueue
impl UnsafeUnpin for RpcQueue
impl UnwindSafe for RpcQueue
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