Struct minority_game_shared::RoundPending [−][src]
pub struct RoundPending {
pub seconds_remaining: u32,
pub number_of_players: u32,
pub current_rank: u32,
pub number_of_tells: u32,
pub tells_going_out: u32,
}Expand description
A round is pending.
Fields
seconds_remaining: u32number_of_players: u32current_rank: u32number_of_tells: u32tells_going_out: u32Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for RoundPending
impl Send for RoundPending
impl Sync for RoundPending
impl Unpin for RoundPending
impl UnwindSafe for RoundPending
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
