pub struct InterestAccrualsWrapper {
pub items: Vec<InterestAccrualsCurrency>,
}Expand description
Wrapper for interest accruals section
Fields§
§items: Vec<InterestAccrualsCurrency>List of interest accruals
Trait Implementations§
Source§impl Clone for InterestAccrualsWrapper
impl Clone for InterestAccrualsWrapper
Source§fn clone(&self) -> InterestAccrualsWrapper
fn clone(&self) -> InterestAccrualsWrapper
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 InterestAccrualsWrapper
impl Debug for InterestAccrualsWrapper
Source§impl Default for InterestAccrualsWrapper
impl Default for InterestAccrualsWrapper
Source§fn default() -> InterestAccrualsWrapper
fn default() -> InterestAccrualsWrapper
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for InterestAccrualsWrapper
impl<'de> Deserialize<'de> for InterestAccrualsWrapper
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 InterestAccrualsWrapper
impl PartialEq for InterestAccrualsWrapper
Source§impl Serialize for InterestAccrualsWrapper
impl Serialize for InterestAccrualsWrapper
impl StructuralPartialEq for InterestAccrualsWrapper
Auto Trait Implementations§
impl Freeze for InterestAccrualsWrapper
impl RefUnwindSafe for InterestAccrualsWrapper
impl Send for InterestAccrualsWrapper
impl Sync for InterestAccrualsWrapper
impl Unpin for InterestAccrualsWrapper
impl UnwindSafe for InterestAccrualsWrapper
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