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