Struct warg_api::v1::proof::ConsistencyResponse
source · pub struct ConsistencyResponse {
pub proof: Vec<u8>,
}
Expand description
Represents a consistency proof response.
Fields§
§proof: Vec<u8>
The bytes of the consistency proof bundle.
Trait Implementations§
source§impl<'de> Deserialize<'de> for ConsistencyResponse
impl<'de> Deserialize<'de> for ConsistencyResponse
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 RefUnwindSafe for ConsistencyResponse
impl Send for ConsistencyResponse
impl Sync for ConsistencyResponse
impl Unpin for ConsistencyResponse
impl UnwindSafe for ConsistencyResponse
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