pub enum ClientLogicPhase {
RequestDownloadState {
download_state_request_id: u8,
},
DownloadingState(TickId),
SendPredictedSteps,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ClientLogicPhase
impl RefUnwindSafe for ClientLogicPhase
impl Send for ClientLogicPhase
impl Sync for ClientLogicPhase
impl Unpin for ClientLogicPhase
impl UnwindSafe for ClientLogicPhase
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