pub struct GetNetworkHashPsCommand { /* private fields */ }Implementations
sourceimpl GetNetworkHashPsCommand
impl GetNetworkHashPsCommand
pub fn new() -> Self
pub fn set_n_blocks(self, n_blocks: BlocksToIncludeArg) -> Self
pub fn set_height(self, height: HeightArg) -> Self
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GetNetworkHashPsCommand
impl Send for GetNetworkHashPsCommand
impl Sync for GetNetworkHashPsCommand
impl Unpin for GetNetworkHashPsCommand
impl UnwindSafe for GetNetworkHashPsCommand
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