pub struct Passing {
pub registration_number: String,
pub laptime: String,
pub total_time: String,
}Expand description
Passing information
Sent each time a competitor crosses the main timeline.
Fields§
§registration_number: String§laptime: String§total_time: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for Passing
impl RefUnwindSafe for Passing
impl Send for Passing
impl Sync for Passing
impl Unpin for Passing
impl UnwindSafe for Passing
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