pub struct ClientPendingOp { /* private fields */ }Implementations§
Source§impl ClientPendingOp
impl ClientPendingOp
pub async fn recv(&mut self) -> Result<ClientResponse>
pub async fn cancel(&mut self, e: CancellationErrorKind) -> bool
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for ClientPendingOp
impl RefUnwindSafe for ClientPendingOp
impl Send for ClientPendingOp
impl Sync for ClientPendingOp
impl Unpin for ClientPendingOp
impl UnsafeUnpin for ClientPendingOp
impl UnwindSafe for ClientPendingOp
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