pub struct Ese {
pub colours: HashMap<String, Colour>,
pub free_text: Vec<FreeTextGroup>,
pub sids_stars: Vec<Airport>,
pub non_critical_errors: Vec<(usize, String, Error)>,
pub atc_positions: Vec<AtcPosition>,
}Fields§
§colours: HashMap<String, Colour>§free_text: Vec<FreeTextGroup>§sids_stars: Vec<Airport>§non_critical_errors: Vec<(usize, String, Error)>§atc_positions: Vec<AtcPosition>Trait Implementations§
Auto Trait Implementations§
impl Freeze for Ese
impl RefUnwindSafe for Ese
impl Send for Ese
impl Sync for Ese
impl Unpin for Ese
impl UnwindSafe for Ese
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