pub struct Flows1 {
pub pmt_bk_flows: AmountAndDirection102,
pub invstmt_flows: AmountAndDirection102,
}Fields§
§pmt_bk_flows: AmountAndDirection102§invstmt_flows: AmountAndDirection102Implementations§
Auto Trait Implementations§
impl Freeze for Flows1
impl RefUnwindSafe for Flows1
impl Send for Flows1
impl Sync for Flows1
impl Unpin for Flows1
impl UnwindSafe for Flows1
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