pub struct PointHandler;Expand description
Point coordinate validator.
Accepts lat,lon and (lat,lon) input.
Implementations§
Source§impl PointHandler
impl PointHandler
Auto Trait Implementations§
impl Freeze for PointHandler
impl RefUnwindSafe for PointHandler
impl Send for PointHandler
impl Sync for PointHandler
impl Unpin for PointHandler
impl UnsafeUnpin for PointHandler
impl UnwindSafe for PointHandler
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