pub struct OwnerBalancesResponse {
pub context: Box<Context>,
pub value: Box<OwnerBalanceList>,
}Fields§
§context: Box<Context>§value: Box<OwnerBalanceList>Implementations§
Source§impl OwnerBalancesResponse
impl OwnerBalancesResponse
pub fn new(context: Context, value: OwnerBalanceList) -> OwnerBalancesResponse
Trait Implementations§
Source§impl Clone for OwnerBalancesResponse
impl Clone for OwnerBalancesResponse
Source§fn clone(&self) -> OwnerBalancesResponse
fn clone(&self) -> OwnerBalancesResponse
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 OwnerBalancesResponse
impl Debug for OwnerBalancesResponse
Source§impl Default for OwnerBalancesResponse
impl Default for OwnerBalancesResponse
Source§fn default() -> OwnerBalancesResponse
fn default() -> OwnerBalancesResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for OwnerBalancesResponse
impl<'de> Deserialize<'de> for OwnerBalancesResponse
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 OwnerBalancesResponse
impl PartialEq for OwnerBalancesResponse
Source§impl Serialize for OwnerBalancesResponse
impl Serialize for OwnerBalancesResponse
impl StructuralPartialEq for OwnerBalancesResponse
Auto Trait Implementations§
impl Freeze for OwnerBalancesResponse
impl RefUnwindSafe for OwnerBalancesResponse
impl Send for OwnerBalancesResponse
impl Sync for OwnerBalancesResponse
impl Unpin for OwnerBalancesResponse
impl UnwindSafe for OwnerBalancesResponse
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