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