pub struct GetNetworkHashPsCommand { /* private fields */ }
Implementations§
Source§impl 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 Freeze for GetNetworkHashPsCommand
impl RefUnwindSafe for GetNetworkHashPsCommand
impl Send for GetNetworkHashPsCommand
impl Sync for GetNetworkHashPsCommand
impl Unpin for GetNetworkHashPsCommand
impl UnwindSafe for GetNetworkHashPsCommand
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