pub struct sIntegratedTotals { /* private fields */ }Trait Implementations§
Source§impl Clone for sIntegratedTotals
impl Clone for sIntegratedTotals
Source§fn clone(&self) -> sIntegratedTotals
fn clone(&self) -> sIntegratedTotals
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 sIntegratedTotals
impl Debug for sIntegratedTotals
impl Copy for sIntegratedTotals
Auto Trait Implementations§
impl Freeze for sIntegratedTotals
impl RefUnwindSafe for sIntegratedTotals
impl Send for sIntegratedTotals
impl Sync for sIntegratedTotals
impl Unpin for sIntegratedTotals
impl UnwindSafe for sIntegratedTotals
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