pub struct mapLocation;
Trait Implementations§
Source§impl Field for mapLocation
impl Field for mapLocation
impl HasInputField<mapLocation, Option<JSON>> for UpdateUserDataInput
Auto Trait Implementations§
impl Freeze for mapLocation
impl RefUnwindSafe for mapLocation
impl Send for mapLocation
impl Sync for mapLocation
impl Unpin for mapLocation
impl UnwindSafe for mapLocation
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