pub struct nearestCity;
Trait Implementations§
Source§impl Field for nearestCity
impl Field for nearestCity
Source§impl HasField<nearestCity> for UserEAGDetail
impl HasField<nearestCity> for UserEAGDetail
Auto Trait Implementations§
impl Freeze for nearestCity
impl RefUnwindSafe for nearestCity
impl Send for nearestCity
impl Sync for nearestCity
impl Unpin for nearestCity
impl UnwindSafe for nearestCity
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