pub struct GeodataRequest<'a> { /* private fields */ }Implementations§
Trait Implementations§
Source§impl RequestBuilder for GeodataRequest<'_>
impl RequestBuilder for GeodataRequest<'_>
Auto Trait Implementations§
impl<'a> Freeze for GeodataRequest<'a>
impl<'a> RefUnwindSafe for GeodataRequest<'a>
impl<'a> Send for GeodataRequest<'a>
impl<'a> Sync for GeodataRequest<'a>
impl<'a> Unpin for GeodataRequest<'a>
impl<'a> UnwindSafe for GeodataRequest<'a>
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