pub struct Weatherstack { /* private fields */ }Expand description
Configuration for the Weatherstack client.
Implementations§
Source§impl Weatherstack
impl Weatherstack
Auto Trait Implementations§
impl Freeze for Weatherstack
impl RefUnwindSafe for Weatherstack
impl Send for Weatherstack
impl Sync for Weatherstack
impl Unpin for Weatherstack
impl UnwindSafe for Weatherstack
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