pub struct GetChainTxStatsCommand { /* private fields */ }
Implementations§
Source§impl GetChainTxStatsCommand
impl GetChainTxStatsCommand
Sourcepub fn set_n_blocks(self, n_blocks: u64) -> Self
pub fn set_n_blocks(self, n_blocks: u64) -> Self
pub fn set_blockhash(self, blockhash: Blockhash) -> Self
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GetChainTxStatsCommand
impl RefUnwindSafe for GetChainTxStatsCommand
impl Send for GetChainTxStatsCommand
impl Sync for GetChainTxStatsCommand
impl Unpin for GetChainTxStatsCommand
impl UnwindSafe for GetChainTxStatsCommand
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