pub struct GetdeploymentinfoResponse {
pub hash: String,
pub height: u64,
pub deployments: Value,
}Expand description
Returns an object containing various state info regarding deployments of consensus changes.
Fields§
§hash: String§height: u64§deployments: ValueTrait Implementations§
Source§impl Debug for GetdeploymentinfoResponse
impl Debug for GetdeploymentinfoResponse
Source§impl<'de> Deserialize<'de> for GetdeploymentinfoResponse
impl<'de> Deserialize<'de> for GetdeploymentinfoResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for GetdeploymentinfoResponse
impl RefUnwindSafe for GetdeploymentinfoResponse
impl Send for GetdeploymentinfoResponse
impl Sync for GetdeploymentinfoResponse
impl Unpin for GetdeploymentinfoResponse
impl UnwindSafe for GetdeploymentinfoResponse
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