pub struct RacingCarUpgradesResponse {
pub carupgrades: Vec<RaceCarUpgrade>,
}
Fields§
§carupgrades: Vec<RaceCarUpgrade>
Trait Implementations§
Source§impl Clone for RacingCarUpgradesResponse
impl Clone for RacingCarUpgradesResponse
Source§fn clone(&self) -> RacingCarUpgradesResponse
fn clone(&self) -> RacingCarUpgradesResponse
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 RacingCarUpgradesResponse
impl Debug for RacingCarUpgradesResponse
Source§impl<'de> Deserialize<'de> for RacingCarUpgradesResponse
impl<'de> Deserialize<'de> for RacingCarUpgradesResponse
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 RacingCarUpgradesResponse
impl PartialEq for RacingCarUpgradesResponse
Source§fn eq(&self, other: &RacingCarUpgradesResponse) -> bool
fn eq(&self, other: &RacingCarUpgradesResponse) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for RacingCarUpgradesResponse
Auto Trait Implementations§
impl Freeze for RacingCarUpgradesResponse
impl RefUnwindSafe for RacingCarUpgradesResponse
impl Send for RacingCarUpgradesResponse
impl Sync for RacingCarUpgradesResponse
impl Unpin for RacingCarUpgradesResponse
impl UnwindSafe for RacingCarUpgradesResponse
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