pub struct PollInfo {
pub channel_id: u64,
}Expand description
Poll metadata stored while poll is active.
Fields§
§channel_id: u64Channel where poll was created
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PollInfo
impl RefUnwindSafe for PollInfo
impl Send for PollInfo
impl Sync for PollInfo
impl Unpin for PollInfo
impl UnsafeUnpin for PollInfo
impl UnwindSafe for PollInfo
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