pub struct GetTransactionsParams {
pub start_version: u64,
pub limit: u64,
pub include_events: bool,
}
Fields§
§start_version: u64
§limit: u64
§include_events: bool
Trait Implementations§
source§impl Clone for GetTransactionsParams
impl Clone for GetTransactionsParams
source§fn clone(&self) -> GetTransactionsParams
fn clone(&self) -> GetTransactionsParams
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 moresource§impl Debug for GetTransactionsParams
impl Debug for GetTransactionsParams
source§impl<'de> Deserialize<'de> for GetTransactionsParams
impl<'de> Deserialize<'de> for GetTransactionsParams
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
Auto Trait Implementations§
impl RefUnwindSafe for GetTransactionsParams
impl Send for GetTransactionsParams
impl Sync for GetTransactionsParams
impl Unpin for GetTransactionsParams
impl UnwindSafe for GetTransactionsParams
Blanket Implementations§
§impl<T> TestOnlyHash for Twhere
T: Serialize + ?Sized,
impl<T> TestOnlyHash for Twhere T: Serialize + ?Sized,
§fn test_only_hash(&self) -> HashValue
fn test_only_hash(&self) -> HashValue
Generates a hash used only for tests.