pub struct CoordsView {
pub lat: f64,
pub lon: f64,
pub zoom: u8,
}Fields§
§lat: f64§lon: f64§zoom: u8Trait Implementations§
Source§impl Debug for CoordsView
impl Debug for CoordsView
Source§impl<'de> Deserialize<'de> for CoordsView
impl<'de> Deserialize<'de> for CoordsView
Source§fn 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
Source§impl PartialEq for CoordsView
impl PartialEq for CoordsView
impl StructuralPartialEq for CoordsView
Auto Trait Implementations§
impl Freeze for CoordsView
impl RefUnwindSafe for CoordsView
impl Send for CoordsView
impl Sync for CoordsView
impl Unpin for CoordsView
impl UnwindSafe for CoordsView
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