pub struct RaceLeg {
pub transport: TransportKind,
pub stagger: Duration,
}Expand description
One leg of a transport race: transport plus its start delay.
Fields§
§transport: TransportKind§stagger: DurationImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RaceLeg
impl RefUnwindSafe for RaceLeg
impl Send for RaceLeg
impl Sync for RaceLeg
impl Unpin for RaceLeg
impl UnsafeUnpin for RaceLeg
impl UnwindSafe for RaceLeg
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