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