pub struct nearestCity;
Trait Implementations§
Source§impl Field for nearestCity
impl Field for nearestCity
impl HasInputField<nearestCity, Option<String>> for UpdateUserEAGDetailDataInput
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