Struct abstract_core_testing::proxy::AssetsInfoResponse
source · pub struct AssetsInfoResponse {
pub assets: Vec<(AssetInfo, OracleAsset)>,
}
Expand description
non-human readable asset configuration
Fields§
§assets: Vec<(AssetInfo, OracleAsset)>
Trait Implementations§
source§impl Clone for AssetsInfoResponse
impl Clone for AssetsInfoResponse
source§fn clone(&self) -> AssetsInfoResponse
fn clone(&self) -> AssetsInfoResponse
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 AssetsInfoResponse
impl Debug for AssetsInfoResponse
source§impl<'de> Deserialize<'de> for AssetsInfoResponse
impl<'de> Deserialize<'de> for AssetsInfoResponse
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 AssetsInfoResponse
impl JsonSchema for AssetsInfoResponse
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<AssetsInfoResponse> for AssetsInfoResponse
impl PartialEq<AssetsInfoResponse> for AssetsInfoResponse
source§fn eq(&self, other: &AssetsInfoResponse) -> bool
fn eq(&self, other: &AssetsInfoResponse) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for AssetsInfoResponse
impl Serialize for AssetsInfoResponse
impl StructuralPartialEq for AssetsInfoResponse
Auto Trait Implementations§
impl RefUnwindSafe for AssetsInfoResponse
impl Send for AssetsInfoResponse
impl Sync for AssetsInfoResponse
impl Unpin for AssetsInfoResponse
impl UnwindSafe for AssetsInfoResponse
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