pub struct LngLat { /* private fields */ }Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for LngLat
impl<'de> Deserialize<'de> for LngLat
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 FromWasmAbi for LngLat
impl FromWasmAbi for LngLat
Source§impl IntoWasmAbi for LngLat
impl IntoWasmAbi for LngLat
Source§impl LongRefFromWasmAbi for LngLat
impl LongRefFromWasmAbi for LngLat
Source§impl OptionFromWasmAbi for LngLat
impl OptionFromWasmAbi for LngLat
Source§impl OptionIntoWasmAbi for LngLat
impl OptionIntoWasmAbi for LngLat
Source§impl RefFromWasmAbi for LngLat
impl RefFromWasmAbi for LngLat
Source§impl RefMutFromWasmAbi for LngLat
impl RefMutFromWasmAbi for LngLat
Source§impl TryFromJsValue for LngLat
impl TryFromJsValue for LngLat
Source§impl VectorFromWasmAbi for LngLat
impl VectorFromWasmAbi for LngLat
Source§impl VectorIntoWasmAbi for LngLat
impl VectorIntoWasmAbi for LngLat
impl SupportsConstructor for LngLat
impl SupportsInstanceProperty for LngLat
impl SupportsStaticProperty for LngLat
Auto Trait Implementations§
impl Freeze for LngLat
impl RefUnwindSafe for LngLat
impl !Send for LngLat
impl !Sync for LngLat
impl Unpin for LngLat
impl UnwindSafe for LngLat
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> ReturnWasmAbi for Twhere
T: IntoWasmAbi,
impl<T> ReturnWasmAbi for Twhere
T: IntoWasmAbi,
Source§type Abi = <T as IntoWasmAbi>::Abi
type Abi = <T as IntoWasmAbi>::Abi
Same as
IntoWasmAbi::AbiSource§fn return_abi(self) -> <T as ReturnWasmAbi>::Abi
fn return_abi(self) -> <T as ReturnWasmAbi>::Abi
Same as
IntoWasmAbi::into_abi, except that it may throw and never
return in the case of Err.