pub struct GetBlockStatsCommand { /* private fields */ }Implementations
sourceimpl GetBlockStatsCommand
impl GetBlockStatsCommand
pub fn new(target_block: TargetBlockArgument) -> Self
pub fn add_selective_stats(
&mut self,
stats_argument_choices: Vec<StatsArgumentChoices>
) -> &Self
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GetBlockStatsCommand
impl Send for GetBlockStatsCommand
impl Sync for GetBlockStatsCommand
impl Unpin for GetBlockStatsCommand
impl UnwindSafe for GetBlockStatsCommand
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