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§
source§impl 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.