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