pub struct GetmempoolentryParams {
pub txid: Txid,
}Expand description
Returns mempool data for given transaction
Fields§
§txid: TxidTrait Implementations§
Source§impl Debug for GetmempoolentryParams
impl Debug for GetmempoolentryParams
Auto Trait Implementations§
impl Freeze for GetmempoolentryParams
impl RefUnwindSafe for GetmempoolentryParams
impl Send for GetmempoolentryParams
impl Sync for GetmempoolentryParams
impl Unpin for GetmempoolentryParams
impl UnsafeUnpin for GetmempoolentryParams
impl UnwindSafe for GetmempoolentryParams
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