pub struct PendingQuery {
pub range: Option<RangeOptions>,
}Expand description
Pending query - query pending transactions
Fields§
§range: Option<RangeOptions>Range options for paginated results
Trait Implementations§
Source§impl Clone for PendingQuery
impl Clone for PendingQuery
Source§fn clone(&self) -> PendingQuery
fn clone(&self) -> PendingQuery
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 PendingQuery
impl Debug for PendingQuery
Source§impl Default for PendingQuery
impl Default for PendingQuery
Source§fn default() -> PendingQuery
fn default() -> PendingQuery
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PendingQuery
impl<'de> Deserialize<'de> for PendingQuery
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for PendingQuery
impl PartialEq for PendingQuery
Source§impl Serialize for PendingQuery
impl Serialize for PendingQuery
impl StructuralPartialEq for PendingQuery
Auto Trait Implementations§
impl Freeze for PendingQuery
impl RefUnwindSafe for PendingQuery
impl Send for PendingQuery
impl Sync for PendingQuery
impl Unpin for PendingQuery
impl UnsafeUnpin for PendingQuery
impl UnwindSafe for PendingQuery
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