pub struct GeTransactionResponseSchema {
pub data: Box<GeTransactionListSchema>,
}Fields§
§data: Box<GeTransactionListSchema>Implementations§
Source§impl GeTransactionResponseSchema
impl GeTransactionResponseSchema
pub fn new(data: GeTransactionListSchema) -> GeTransactionResponseSchema
Trait Implementations§
Source§impl Clone for GeTransactionResponseSchema
impl Clone for GeTransactionResponseSchema
Source§fn clone(&self) -> GeTransactionResponseSchema
fn clone(&self) -> GeTransactionResponseSchema
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 GeTransactionResponseSchema
impl Debug for GeTransactionResponseSchema
Source§impl Default for GeTransactionResponseSchema
impl Default for GeTransactionResponseSchema
Source§fn default() -> GeTransactionResponseSchema
fn default() -> GeTransactionResponseSchema
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GeTransactionResponseSchema
impl<'de> Deserialize<'de> for GeTransactionResponseSchema
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 PartialEq for GeTransactionResponseSchema
impl PartialEq for GeTransactionResponseSchema
Source§fn eq(&self, other: &GeTransactionResponseSchema) -> bool
fn eq(&self, other: &GeTransactionResponseSchema) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GeTransactionResponseSchema
Auto Trait Implementations§
impl Freeze for GeTransactionResponseSchema
impl RefUnwindSafe for GeTransactionResponseSchema
impl Send for GeTransactionResponseSchema
impl Sync for GeTransactionResponseSchema
impl Unpin for GeTransactionResponseSchema
impl UnsafeUnpin for GeTransactionResponseSchema
impl UnwindSafe for GeTransactionResponseSchema
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