pub struct MatchmakingTimedOut {
pub reason: String,
pub tickets: Vec<Ticket>,
pub rule_evaluation_metrics: Vec<RuleEvaluationMetric>,
pub type: String,
pub message: String,
pub game_session_info: GameSessionInfo,
}Fields§
§reason: String§tickets: Vec<Ticket>§rule_evaluation_metrics: Vec<RuleEvaluationMetric>§type: String§message: String§game_session_info: GameSessionInfoTrait Implementations§
source§impl Clone for MatchmakingTimedOut
impl Clone for MatchmakingTimedOut
source§fn clone(&self) -> MatchmakingTimedOut
fn clone(&self) -> MatchmakingTimedOut
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for MatchmakingTimedOut
impl Debug for MatchmakingTimedOut
source§impl Default for MatchmakingTimedOut
impl Default for MatchmakingTimedOut
source§fn default() -> MatchmakingTimedOut
fn default() -> MatchmakingTimedOut
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for MatchmakingTimedOut
impl<'de> Deserialize<'de> for MatchmakingTimedOut
source§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
source§impl PartialEq for MatchmakingTimedOut
impl PartialEq for MatchmakingTimedOut
source§fn eq(&self, other: &MatchmakingTimedOut) -> bool
fn eq(&self, other: &MatchmakingTimedOut) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for MatchmakingTimedOut
impl Serialize for MatchmakingTimedOut
impl Eq for MatchmakingTimedOut
impl StructuralPartialEq for MatchmakingTimedOut
Auto Trait Implementations§
impl RefUnwindSafe for MatchmakingTimedOut
impl Send for MatchmakingTimedOut
impl Sync for MatchmakingTimedOut
impl Unpin for MatchmakingTimedOut
impl UnwindSafe for MatchmakingTimedOut
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