pub struct PlaneInfo {
pub equipment: Option<String>,
pub airline: Option<String>,
pub livery: Option<String>,
}Fields§
§equipment: Option<String>§airline: Option<String>§livery: Option<String>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PlaneInfo
impl RefUnwindSafe for PlaneInfo
impl Send for PlaneInfo
impl Sync for PlaneInfo
impl Unpin for PlaneInfo
impl UnwindSafe for PlaneInfo
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