pub struct HistoryRow {
pub account: String,
pub match_id: String,
pub timestamp: String,
pub map_name: String,
pub playlist: String,
pub score: String,
pub upload_destinations: Vec<HistoryUploadDestination>,
}Fields§
§account: String§match_id: String§timestamp: String§map_name: String§playlist: String§score: String§upload_destinations: Vec<HistoryUploadDestination>Trait Implementations§
Source§impl Clone for HistoryRow
impl Clone for HistoryRow
Source§fn clone(&self) -> HistoryRow
fn clone(&self) -> HistoryRow
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 HistoryRow
impl Debug for HistoryRow
impl Eq for HistoryRow
Source§impl PartialEq for HistoryRow
impl PartialEq for HistoryRow
Source§fn eq(&self, other: &HistoryRow) -> bool
fn eq(&self, other: &HistoryRow) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for HistoryRow
Auto Trait Implementations§
impl Freeze for HistoryRow
impl RefUnwindSafe for HistoryRow
impl Send for HistoryRow
impl Sync for HistoryRow
impl Unpin for HistoryRow
impl UnsafeUnpin for HistoryRow
impl UnwindSafe for HistoryRow
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.