pub struct StateRequest { /* private fields */ }Implementations§
Source§impl StateRequest
impl StateRequest
pub async fn send(&self) -> Result<OpenSkyStates, Error>
Trait Implementations§
Source§impl Clone for StateRequest
impl Clone for StateRequest
Source§fn clone(&self) -> StateRequest
fn clone(&self) -> StateRequest
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for StateRequest
impl Debug for StateRequest
Source§impl From<StateRequestBuilder> for StateRequest
impl From<StateRequestBuilder> for StateRequest
Source§fn from(srb: StateRequestBuilder) -> Self
fn from(srb: StateRequestBuilder) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for StateRequest
impl RefUnwindSafe for StateRequest
impl Send for StateRequest
impl Sync for StateRequest
impl Unpin for StateRequest
impl UnwindSafe for StateRequest
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