pub struct MlSeg<'a> {
pub org: &'a str,
pub dst: &'a str,
pub passengers: Option<Vec<MlPassenger<'a>>>,
}
Fields§
§org: &'a str
§dst: &'a str
§passengers: Option<Vec<MlPassenger<'a>>>
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for MlSeg<'a>
impl<'a> RefUnwindSafe for MlSeg<'a>
impl<'a> Send for MlSeg<'a>
impl<'a> Sync for MlSeg<'a>
impl<'a> Unpin for MlSeg<'a>
impl<'a> UnwindSafe for MlSeg<'a>
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