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