Struct abstract_os::ibc_client::RemoteProxyResponse
source · [−]Fields
channel_id: Stringlast block balance was updated (0 is never)
proxy_address: Stringaddress of the remote proxy
Trait Implementations
sourceimpl Clone for RemoteProxyResponse
impl Clone for RemoteProxyResponse
sourcefn clone(&self) -> RemoteProxyResponse
fn clone(&self) -> RemoteProxyResponse
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for RemoteProxyResponse
impl Debug for RemoteProxyResponse
sourceimpl<'de> Deserialize<'de> for RemoteProxyResponse
impl<'de> Deserialize<'de> for RemoteProxyResponse
sourcefn 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
sourceimpl JsonSchema for RemoteProxyResponse
impl JsonSchema for RemoteProxyResponse
sourcefn schema_name() -> String
fn schema_name() -> String
The name of the generated JSON Schema. Read more
sourcefn json_schema(gen: &mut SchemaGenerator) -> Schema
fn json_schema(gen: &mut SchemaGenerator) -> Schema
Generates a JSON Schema for this type. Read more
sourcefn 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 moresourceimpl PartialEq<RemoteProxyResponse> for RemoteProxyResponse
impl PartialEq<RemoteProxyResponse> for RemoteProxyResponse
sourcefn eq(&self, other: &RemoteProxyResponse) -> bool
fn eq(&self, other: &RemoteProxyResponse) -> bool
sourceimpl Serialize for RemoteProxyResponse
impl Serialize for RemoteProxyResponse
impl StructuralPartialEq for RemoteProxyResponse
Auto Trait Implementations
impl RefUnwindSafe for RemoteProxyResponse
impl Send for RemoteProxyResponse
impl Sync for RemoteProxyResponse
impl Unpin for RemoteProxyResponse
impl UnwindSafe for RemoteProxyResponse
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more