Struct tea_sdk::runtime::ops::ipfs_out::IsBlockLocalResponse
pub struct IsBlockLocalResponse {
pub result: bool,
pub error: String,
}
Fields§
§result: bool
§error: String
Trait Implementations§
§impl Debug for IsBlockLocalResponse
impl Debug for IsBlockLocalResponse
§impl<'de> Deserialize<'de> for IsBlockLocalResponse
impl<'de> Deserialize<'de> for IsBlockLocalResponse
§fn deserialize<__D>(
__deserializer: __D
) -> Result<IsBlockLocalResponse, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>( __deserializer: __D ) -> Result<IsBlockLocalResponse, <__D as Deserializer<'de>>::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
§impl PartialEq for IsBlockLocalResponse
impl PartialEq for IsBlockLocalResponse
§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 ==
.§impl Serialize for IsBlockLocalResponse
impl Serialize for IsBlockLocalResponse
§fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>( &self, __serializer: __S ) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where __S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl Eq for IsBlockLocalResponse
impl StructuralEq for IsBlockLocalResponse
impl StructuralPartialEq for IsBlockLocalResponse
Auto Trait Implementations§
impl RefUnwindSafe for IsBlockLocalResponse
impl Send for IsBlockLocalResponse
impl Sync for IsBlockLocalResponse
impl Unpin for IsBlockLocalResponse
impl UnwindSafe for IsBlockLocalResponse
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
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.