pub struct CensusRequest { /* private fields */ }Trait Implementations§
Source§impl Clone for CensusRequest
impl Clone for CensusRequest
Source§fn clone(&self) -> CensusRequest
fn clone(&self) -> CensusRequest
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 CensusRequest
impl Debug for CensusRequest
Source§impl IntoFuture for CensusRequest
impl IntoFuture for CensusRequest
Source§type Output = Result<CensusResponse, AuraxisError>
type Output = Result<CensusResponse, AuraxisError>
The output that the future will produce on completion.
Source§type IntoFuture = impl Future<Output = <CensusRequest as IntoFuture>::Output>
type IntoFuture = impl Future<Output = <CensusRequest as IntoFuture>::Output>
Which kind of future are we turning this into?
Source§fn into_future(self) -> Self::IntoFuture
fn into_future(self) -> Self::IntoFuture
Creates a future from a value. Read more
Auto Trait Implementations§
impl Freeze for CensusRequest
impl !RefUnwindSafe for CensusRequest
impl Send for CensusRequest
impl Sync for CensusRequest
impl Unpin for CensusRequest
impl UnsafeUnpin for CensusRequest
impl !UnwindSafe for CensusRequest
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