pub struct OpenSkyApi { /* private fields */ }Implementations§
Source§impl OpenSkyApi
impl OpenSkyApi
Sourcepub fn with_login(username: String, password: String) -> Self
pub fn with_login(username: String, password: String) -> Self
Creates a new OpenSkyApi instance with the provided username and password
Sourcepub fn get_states(&self) -> StateRequestBuilder
pub fn get_states(&self) -> StateRequestBuilder
Creates a new StateRequestBuilder which can be used to create StateRequests
Auto Trait Implementations§
impl Freeze for OpenSkyApi
impl RefUnwindSafe for OpenSkyApi
impl Send for OpenSkyApi
impl Sync for OpenSkyApi
impl Unpin for OpenSkyApi
impl UnwindSafe for OpenSkyApi
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