pub struct GetdeploymentinfoParams {
pub blockhash: Option<BlockHash>,
}Expand description
Returns an object containing various state info regarding deployments of consensus changes.
Fields§
§blockhash: Option<BlockHash>The block hash at which to query deployment state
Trait Implementations§
Source§impl Debug for GetdeploymentinfoParams
impl Debug for GetdeploymentinfoParams
Auto Trait Implementations§
impl Freeze for GetdeploymentinfoParams
impl RefUnwindSafe for GetdeploymentinfoParams
impl Send for GetdeploymentinfoParams
impl Sync for GetdeploymentinfoParams
impl Unpin for GetdeploymentinfoParams
impl UnwindSafe for GetdeploymentinfoParams
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