pub struct AccountBaseResponse {
pub account_base: AccountBase,
}
Fields§
§account_base: AccountBase
Trait Implementations§
Source§impl Clone for AccountBaseResponse
impl Clone for AccountBaseResponse
Source§fn clone(&self) -> AccountBaseResponse
fn clone(&self) -> AccountBaseResponse
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 AccountBaseResponse
impl Debug for AccountBaseResponse
Source§impl<'de> Deserialize<'de> for AccountBaseResponse
impl<'de> Deserialize<'de> for AccountBaseResponse
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 AccountBaseResponse
impl JsonSchema for AccountBaseResponse
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(generator: &mut SchemaGenerator) -> Schema
fn json_schema(generator: &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 AccountBaseResponse
impl PartialEq for AccountBaseResponse
Source§impl Serialize for AccountBaseResponse
impl Serialize for AccountBaseResponse
impl StructuralPartialEq for AccountBaseResponse
Auto Trait Implementations§
impl Freeze for AccountBaseResponse
impl RefUnwindSafe for AccountBaseResponse
impl Send for AccountBaseResponse
impl Sync for AccountBaseResponse
impl Unpin for AccountBaseResponse
impl UnwindSafe for AccountBaseResponse
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