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