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