pub struct MatchEntry {
pub replay_url: String,
pub match_info: Match,
}Fields§
§replay_url: String§match_info: MatchTrait Implementations§
Source§impl Clone for MatchEntry
impl Clone for MatchEntry
Source§fn clone(&self) -> MatchEntry
fn clone(&self) -> MatchEntry
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 MatchEntry
impl Debug for MatchEntry
Source§impl<'de> Deserialize<'de> for MatchEntry
impl<'de> Deserialize<'de> for MatchEntry
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 MatchEntry
impl PartialEq for MatchEntry
Source§fn eq(&self, other: &MatchEntry) -> bool
fn eq(&self, other: &MatchEntry) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for MatchEntry
Auto Trait Implementations§
impl Freeze for MatchEntry
impl RefUnwindSafe for MatchEntry
impl Send for MatchEntry
impl Sync for MatchEntry
impl Unpin for MatchEntry
impl UnsafeUnpin for MatchEntry
impl UnwindSafe for MatchEntry
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