Struct abstract_core::ibc_client::CallbackInfo
source · pub struct CallbackInfo {
pub id: String,
pub receiver: String,
}
Fields§
§id: String
§receiver: String
Implementations§
source§impl CallbackInfo
impl CallbackInfo
pub fn to_callback_msg(self, ack_data: &Binary) -> StdResult<CosmosMsg>
Trait Implementations§
source§impl Clone for CallbackInfo
impl Clone for CallbackInfo
source§fn clone(&self) -> CallbackInfo
fn clone(&self) -> CallbackInfo
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for CallbackInfo
impl Debug for CallbackInfo
source§impl<'de> Deserialize<'de> for CallbackInfo
impl<'de> Deserialize<'de> for CallbackInfo
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 JsonSchema for CallbackInfo
impl JsonSchema for CallbackInfo
source§fn schema_name() -> String
fn schema_name() -> String
The name of the generated JSON Schema. Read more
source§fn json_schema(gen: &mut SchemaGenerator) -> Schema
fn json_schema(gen: &mut SchemaGenerator) -> Schema
Generates a JSON Schema for this type. Read more
source§fn is_referenceable() -> bool
fn is_referenceable() -> bool
Whether JSON Schemas generated for this type should be re-used where possible using the
$ref
keyword. Read moresource§impl PartialEq<CallbackInfo> for CallbackInfo
impl PartialEq<CallbackInfo> for CallbackInfo
source§fn eq(&self, other: &CallbackInfo) -> bool
fn eq(&self, other: &CallbackInfo) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.