pub struct ReplyPoll { /* private fields */ }Expand description
Poll Reply
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ReplyPoll
impl !RefUnwindSafe for ReplyPoll
impl Send for ReplyPoll
impl Sync for ReplyPoll
impl Unpin for ReplyPoll
impl !UnwindSafe for ReplyPoll
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