pub struct UserRacingRecordsResponse {
pub racingrecords: Vec<Racingrecords>,
}
Fields§
§racingrecords: Vec<Racingrecords>
Trait Implementations§
Source§impl Clone for UserRacingRecordsResponse
impl Clone for UserRacingRecordsResponse
Source§fn clone(&self) -> UserRacingRecordsResponse
fn clone(&self) -> UserRacingRecordsResponse
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for UserRacingRecordsResponse
impl Debug for UserRacingRecordsResponse
Source§impl<'de> Deserialize<'de> for UserRacingRecordsResponse
impl<'de> Deserialize<'de> for UserRacingRecordsResponse
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 UserRacingRecordsResponse
impl PartialEq for UserRacingRecordsResponse
Source§fn eq(&self, other: &UserRacingRecordsResponse) -> bool
fn eq(&self, other: &UserRacingRecordsResponse) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for UserRacingRecordsResponse
Auto Trait Implementations§
impl Freeze for UserRacingRecordsResponse
impl RefUnwindSafe for UserRacingRecordsResponse
impl Send for UserRacingRecordsResponse
impl Sync for UserRacingRecordsResponse
impl Unpin for UserRacingRecordsResponse
impl UnwindSafe for UserRacingRecordsResponse
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