pub struct ListSinceBlockResult {
pub transactions: Vec<ListTransactionResult>,
pub removed: Vec<ListTransactionResult>,
pub lastblock: BlockHash,
}
Fields§
§transactions: Vec<ListTransactionResult>
§removed: Vec<ListTransactionResult>
§lastblock: BlockHash
Trait Implementations§
source§impl Clone for ListSinceBlockResult
impl Clone for ListSinceBlockResult
source§fn clone(&self) -> ListSinceBlockResult
fn clone(&self) -> ListSinceBlockResult
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 ListSinceBlockResult
impl Debug for ListSinceBlockResult
source§impl<'de> Deserialize<'de> for ListSinceBlockResult
impl<'de> Deserialize<'de> for ListSinceBlockResult
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 ListSinceBlockResult
impl PartialEq for ListSinceBlockResult
source§fn eq(&self, other: &ListSinceBlockResult) -> bool
fn eq(&self, other: &ListSinceBlockResult) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for ListSinceBlockResult
impl Serialize for ListSinceBlockResult
impl Eq for ListSinceBlockResult
impl StructuralPartialEq for ListSinceBlockResult
Auto Trait Implementations§
impl Freeze for ListSinceBlockResult
impl RefUnwindSafe for ListSinceBlockResult
impl Send for ListSinceBlockResult
impl Sync for ListSinceBlockResult
impl Unpin for ListSinceBlockResult
impl UnwindSafe for ListSinceBlockResult
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