pub struct PollTable {
pub polls: Vec<Poll>,
}Fields§
§polls: Vec<Poll>Implementations§
Auto Trait Implementations§
impl Freeze for PollTable
impl RefUnwindSafe for PollTable
impl Send for PollTable
impl Sync for PollTable
impl Unpin for PollTable
impl UnwindSafe for PollTable
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