pub struct RacingCarupgradesRequest {}
Implementations§
Source§impl RacingCarupgradesRequest
impl RacingCarupgradesRequest
Sourcepub fn builder() -> RacingCarupgradesRequestBuilder
pub fn builder() -> RacingCarupgradesRequestBuilder
Create an instance of RacingCarupgradesRequest
using the builder syntax
Trait Implementations§
Source§impl Clone for RacingCarupgradesRequest
impl Clone for RacingCarupgradesRequest
Source§fn clone(&self) -> RacingCarupgradesRequest
fn clone(&self) -> RacingCarupgradesRequest
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 RacingCarupgradesRequest
impl Debug for RacingCarupgradesRequest
Source§impl IntoRequest for RacingCarupgradesRequest
impl IntoRequest for RacingCarupgradesRequest
type Discriminant = ()
type Response = RacingCarUpgradesResponse
fn into_request(self) -> ApiRequest<Self::Discriminant>
Auto Trait Implementations§
impl Freeze for RacingCarupgradesRequest
impl RefUnwindSafe for RacingCarupgradesRequest
impl Send for RacingCarupgradesRequest
impl Sync for RacingCarupgradesRequest
impl Unpin for RacingCarupgradesRequest
impl UnwindSafe for RacingCarupgradesRequest
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