pub struct Faa { /* private fields */ }Expand description
The FAA registration database.
Implementations§
Trait Implementations§
impl Eq for Faa
impl StructuralPartialEq for Faa
Auto Trait Implementations§
impl Freeze for Faa
impl RefUnwindSafe for Faa
impl Send for Faa
impl Sync for Faa
impl Unpin for Faa
impl UnwindSafe for Faa
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