Struct tea_runtime_codec::ops::ipfs_out::IsBlockLocalResponse
source · pub struct IsBlockLocalResponse {
pub result: bool,
pub error: String,
}Fields§
§result: bool§error: StringTrait Implementations§
source§impl Debug for IsBlockLocalResponse
impl Debug for IsBlockLocalResponse
source§impl<'de> Deserialize<'de> for IsBlockLocalResponse
impl<'de> Deserialize<'de> for IsBlockLocalResponse
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
source§impl PartialEq<IsBlockLocalResponse> for IsBlockLocalResponse
impl PartialEq<IsBlockLocalResponse> for IsBlockLocalResponse
source§fn eq(&self, other: &IsBlockLocalResponse) -> bool
fn eq(&self, other: &IsBlockLocalResponse) -> bool
This method tests for
self and other values to be equal, and is used
by ==.