Struct ibc_client_cw::types::VerifyClientMessageRaw
source · pub struct VerifyClientMessageRaw {
pub client_message: Bytes,
}Fields§
§client_message: BytesTrait Implementations§
source§impl Clone for VerifyClientMessageRaw
impl Clone for VerifyClientMessageRaw
source§fn clone(&self) -> VerifyClientMessageRaw
fn clone(&self) -> VerifyClientMessageRaw
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 VerifyClientMessageRaw
impl Debug for VerifyClientMessageRaw
source§impl<'de> Deserialize<'de> for VerifyClientMessageRaw
impl<'de> Deserialize<'de> for VerifyClientMessageRaw
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 From<VerifyClientMessageRaw> for QueryMsg
impl From<VerifyClientMessageRaw> for QueryMsg
source§fn from(original: VerifyClientMessageRaw) -> QueryMsg
fn from(original: VerifyClientMessageRaw) -> QueryMsg
Converts to this type from the input type.
source§impl JsonSchema for VerifyClientMessageRaw
impl JsonSchema for VerifyClientMessageRaw
source§fn schema_name() -> String
fn schema_name() -> String
The name of the generated JSON Schema. Read more
source§fn schema_id() -> Cow<'static, str>
fn schema_id() -> Cow<'static, str>
Returns a string that uniquely identifies the schema produced by this type. 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 for VerifyClientMessageRaw
impl PartialEq for VerifyClientMessageRaw
source§fn eq(&self, other: &VerifyClientMessageRaw) -> bool
fn eq(&self, other: &VerifyClientMessageRaw) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for VerifyClientMessageRaw
impl Serialize for VerifyClientMessageRaw
source§impl TryFrom<VerifyClientMessageRaw> for VerifyClientMessageMsg
impl TryFrom<VerifyClientMessageRaw> for VerifyClientMessageMsg
§type Error = ContractError
type Error = ContractError
The type returned in the event of a conversion error.
impl StructuralPartialEq for VerifyClientMessageRaw
Auto Trait Implementations§
impl Freeze for VerifyClientMessageRaw
impl RefUnwindSafe for VerifyClientMessageRaw
impl Send for VerifyClientMessageRaw
impl Sync for VerifyClientMessageRaw
impl Unpin for VerifyClientMessageRaw
impl UnwindSafe for VerifyClientMessageRaw
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