pub struct PullAsyncHandle { /* private fields */ }Expand description
Async pull context for push/pull pattern.
Trait Implementations§
Source§impl AsyncContext for PullAsyncHandle
impl AsyncContext for PullAsyncHandle
Source§impl Debug for PullAsyncHandle
impl Debug for PullAsyncHandle
Auto Trait Implementations§
impl Freeze for PullAsyncHandle
impl RefUnwindSafe for PullAsyncHandle
impl Send for PullAsyncHandle
impl !Sync for PullAsyncHandle
impl Unpin for PullAsyncHandle
impl UnsafeUnpin for PullAsyncHandle
impl UnwindSafe for PullAsyncHandle
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