pub struct PendingRequest {
pub completion: Sender<Result<Value, WebsocketError>>,
}Fields§
§completion: Sender<Result<Value, WebsocketError>>Auto Trait Implementations§
impl !RefUnwindSafe for PendingRequest
impl !UnwindSafe for PendingRequest
impl Freeze for PendingRequest
impl Send for PendingRequest
impl Sync for PendingRequest
impl Unpin for PendingRequest
impl UnsafeUnpin for PendingRequest
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