pub struct PrivateGetDepositsResponse {
pub count: i64,
pub data: Vec<Deposit>,
}Fields§
§count: i64§data: Vec<Deposit>Trait Implementations§
Source§impl Clone for PrivateGetDepositsResponse
impl Clone for PrivateGetDepositsResponse
Source§fn clone(&self) -> PrivateGetDepositsResponse
fn clone(&self) -> PrivateGetDepositsResponse
Returns a duplicate 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 PrivateGetDepositsResponse
impl Debug for PrivateGetDepositsResponse
Source§impl Default for PrivateGetDepositsResponse
impl Default for PrivateGetDepositsResponse
Source§fn default() -> PrivateGetDepositsResponse
fn default() -> PrivateGetDepositsResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PrivateGetDepositsResponse
impl<'de> Deserialize<'de> for PrivateGetDepositsResponse
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
impl StructuralPartialEq for PrivateGetDepositsResponse
Auto Trait Implementations§
impl Freeze for PrivateGetDepositsResponse
impl RefUnwindSafe for PrivateGetDepositsResponse
impl Send for PrivateGetDepositsResponse
impl Sync for PrivateGetDepositsResponse
impl Unpin for PrivateGetDepositsResponse
impl UnwindSafe for PrivateGetDepositsResponse
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