Struct skar_client::QueryResponse
source · pub struct QueryResponse {
pub archive_height: Option<u64>,
pub next_block: u64,
pub total_execution_time: u64,
pub data: QueryResponseData,
}Fields§
§archive_height: Option<u64>§next_block: u64§total_execution_time: u64§data: QueryResponseDataTrait Implementations§
source§impl Clone for QueryResponse
impl Clone for QueryResponse
source§fn clone(&self) -> QueryResponse
fn clone(&self) -> QueryResponse
Returns a copy 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 moreAuto Trait Implementations§
impl !RefUnwindSafe for QueryResponse
impl Send for QueryResponse
impl Sync for QueryResponse
impl Unpin for QueryResponse
impl !UnwindSafe for QueryResponse
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