pub struct Insights<'a> {
pub balance: Balance<'a>,
pub history: History<'a>,
pub search: Search<'a>,
pub status: Status<'a>,
/* private fields */
}
Fields§
§balance: Balance<'a>
§history: History<'a>
§search: Search<'a>
§status: Status<'a>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for Insights<'a>
impl<'a> !RefUnwindSafe for Insights<'a>
impl<'a> Send for Insights<'a>
impl<'a> Sync for Insights<'a>
impl<'a> Unpin for Insights<'a>
impl<'a> !UnwindSafe for Insights<'a>
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