Struct safe_vk::start_polling::Polling
source · pub struct Polling { /* private fields */ }Trait Implementations§
source§impl IntoFuture for Polling
impl IntoFuture for Polling
§type IntoFuture = PollFuture
type IntoFuture = PollFuture
Which kind of future are we turning this into?
source§fn into_future(self) -> Self::IntoFuture
fn into_future(self) -> Self::IntoFuture
Creates a future from a value. Read more
Auto Trait Implementations§
impl Freeze for Polling
impl !RefUnwindSafe for Polling
impl Send for Polling
impl Sync for Polling
impl Unpin for Polling
impl !UnwindSafe for Polling
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