pub struct HistoricalTransaction {
pub height: i64,
pub tx_hash: String,
}Fields§
§height: i64§tx_hash: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for HistoricalTransaction
impl RefUnwindSafe for HistoricalTransaction
impl Send for HistoricalTransaction
impl Sync for HistoricalTransaction
impl Unpin for HistoricalTransaction
impl UnwindSafe for HistoricalTransaction
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