pub struct GetDepositAddressParams { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Debug for GetDepositAddressParams
impl Debug for GetDepositAddressParams
Source§impl PartialEq for GetDepositAddressParams
impl PartialEq for GetDepositAddressParams
Source§fn eq(&self, other: &GetDepositAddressParams) -> bool
fn eq(&self, other: &GetDepositAddressParams) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for GetDepositAddressParams
impl Serialize for GetDepositAddressParams
impl StructuralPartialEq for GetDepositAddressParams
Auto Trait Implementations§
impl Freeze for GetDepositAddressParams
impl RefUnwindSafe for GetDepositAddressParams
impl Send for GetDepositAddressParams
impl Sync for GetDepositAddressParams
impl Unpin for GetDepositAddressParams
impl UnsafeUnpin for GetDepositAddressParams
impl UnwindSafe for GetDepositAddressParams
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