Struct ark_api::applet::DetachPlayerRequest
source · [−]pub struct DetachPlayerRequest { /* private fields */ }Expand description
A pending request to detach a player (created with Applet::detach_player).
Implementations
sourceimpl DetachPlayerRequest
impl DetachPlayerRequest
sourcepub fn poll(self) -> DetachPlayerResult
pub fn poll(self) -> DetachPlayerResult
Polls the request; returns true if it is ready for consumption, false otherwise.
Auto Trait Implementations
impl RefUnwindSafe for DetachPlayerRequest
impl Send for DetachPlayerRequest
impl Sync for DetachPlayerRequest
impl Unpin for DetachPlayerRequest
impl UnwindSafe for DetachPlayerRequest
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
