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