Struct quick_tcx::CoursePoint
source · pub struct CoursePoint {
pub name: Option<String>,
pub time: Option<DateTime<Utc>>,
pub position: Option<Position>,
pub altitude_meters: Option<f64>,
pub point_type: Option<CoursePointType>,
pub notes: Option<String>,
}Fields§
§name: Option<String>§time: Option<DateTime<Utc>>§position: Option<Position>§altitude_meters: Option<f64>§point_type: Option<CoursePointType>§notes: Option<String>Trait Implementations§
source§impl Debug for CoursePoint
impl Debug for CoursePoint
source§impl PartialEq<CoursePoint> for CoursePoint
impl PartialEq<CoursePoint> for CoursePoint
source§fn eq(&self, other: &CoursePoint) -> bool
fn eq(&self, other: &CoursePoint) -> bool
This method tests for
self and other values to be equal, and is used
by ==.