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 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 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
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