pub struct System {
pub classification_type: ClassificationType,
pub operator_location_type: OperatorLocationType,
pub operator_latidute: f32,
pub operator_longitude: f32,
pub area_count: u16,
pub area_radius: f32,
pub area_ceiling: f32,
pub area_floor: f32,
pub ua_classification: UaClassification,
pub operator_altitude: f32,
pub timestamp: DateTime<Utc>,
}Fields§
§classification_type: ClassificationType§operator_location_type: OperatorLocationType§operator_latidute: f32§operator_longitude: f32§area_count: u16§area_radius: f32§area_ceiling: f32§area_floor: f32§ua_classification: UaClassification§operator_altitude: f32§timestamp: DateTime<Utc>Trait Implementations§
impl StructuralPartialEq for System
Auto Trait Implementations§
impl Freeze for System
impl RefUnwindSafe for System
impl Send for System
impl Sync for System
impl Unpin for System
impl UnwindSafe for System
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)