pub struct GetChainTxStatsCommand { /* private fields */ }Implementations
sourceimpl GetChainTxStatsCommand
impl GetChainTxStatsCommand
pub fn new() -> Self
pub fn set_n_blocks(&mut self, n_blocks: u64) -> &Self
pub fn set_blockhash(&mut self, blockhash: Blockhash) -> &Self
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GetChainTxStatsCommand
impl Send for GetChainTxStatsCommand
impl Sync for GetChainTxStatsCommand
impl Unpin for GetChainTxStatsCommand
impl UnwindSafe for GetChainTxStatsCommand
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more