pub struct TeamRadioListParams {
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 TeamRadioListParams
impl Clone for TeamRadioListParams
Source§fn clone(&self) -> TeamRadioListParams
fn clone(&self) -> TeamRadioListParams
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 TeamRadioListParams
impl Debug for TeamRadioListParams
Source§impl Default for TeamRadioListParams
impl Default for TeamRadioListParams
Source§fn default() -> TeamRadioListParams
fn default() -> TeamRadioListParams
Returns the “default value” for a type. Read more
Source§impl From<TeamRadioListParams> for QueryParams
impl From<TeamRadioListParams> for QueryParams
Source§fn from(value: TeamRadioListParams) -> Self
fn from(value: TeamRadioListParams) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for TeamRadioListParams
impl RefUnwindSafe for TeamRadioListParams
impl Send for TeamRadioListParams
impl Sync for TeamRadioListParams
impl Unpin for TeamRadioListParams
impl UnsafeUnpin for TeamRadioListParams
impl UnwindSafe for TeamRadioListParams
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