Struct ofdb_boundary::LatLonDegrees
source · [−]pub struct LatLonDegrees(_, _);Trait Implementations
sourceimpl<'de> Deserialize<'de> for LatLonDegrees
impl<'de> Deserialize<'de> for LatLonDegrees
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl From<MapPoint> for LatLonDegrees
impl From<MapPoint> for LatLonDegrees
sourceimpl Serialize for LatLonDegrees
impl Serialize for LatLonDegrees
sourceimpl TryFrom<LatLonDegrees> for MapPoint
impl TryFrom<LatLonDegrees> for MapPoint
type Error = CoordRangeError
type Error = CoordRangeError
The type returned in the event of a conversion error.
sourcefn try_from(from: LatLonDegrees) -> Result<Self, Self::Error>
fn try_from(from: LatLonDegrees) -> Result<Self, Self::Error>
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for LatLonDegrees
impl Send for LatLonDegrees
impl Sync for LatLonDegrees
impl Unpin for LatLonDegrees
impl UnwindSafe for LatLonDegrees
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more