pub struct StintsListParams {
pub session_key: Option<OpenF1Key>,
pub driver_number: Option<i64>,
}Fields§
§session_key: Option<OpenF1Key>§driver_number: Option<i64>Trait Implementations§
Source§impl Clone for StintsListParams
impl Clone for StintsListParams
Source§fn clone(&self) -> StintsListParams
fn clone(&self) -> StintsListParams
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 StintsListParams
impl Debug for StintsListParams
Source§impl Default for StintsListParams
impl Default for StintsListParams
Source§fn default() -> StintsListParams
fn default() -> StintsListParams
Returns the “default value” for a type. Read more
Source§impl From<StintsListParams> for QueryParams
impl From<StintsListParams> for QueryParams
Source§fn from(value: StintsListParams) -> Self
fn from(value: StintsListParams) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for StintsListParams
impl RefUnwindSafe for StintsListParams
impl Send for StintsListParams
impl Sync for StintsListParams
impl Unpin for StintsListParams
impl UnsafeUnpin for StintsListParams
impl UnwindSafe for StintsListParams
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