pub struct Schedule {
pub arrival: Timestamp,
pub departure: Timestamp,
}Expand description
Represents a schedule.
Fields§
§arrival: TimestampArrival time.
departure: TimestampDeparture time.
Implementations§
Trait Implementations§
source§impl PartialEq<Schedule> for Schedule
impl PartialEq<Schedule> for Schedule
impl Eq for Schedule
Auto Trait Implementations§
impl RefUnwindSafe for Schedule
impl Send for Schedule
impl Sync for Schedule
impl Unpin for Schedule
impl UnwindSafe for Schedule
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