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