pub struct ForexOverview {
pub quote: QuoteSnapshot,
pub technicals: TechnicalSummary,
}Fields§
§quote: QuoteSnapshot§technicals: TechnicalSummaryTrait Implementations§
Source§impl Clone for ForexOverview
impl Clone for ForexOverview
Source§fn clone(&self) -> ForexOverview
fn clone(&self) -> ForexOverview
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 ForexOverview
impl Debug for ForexOverview
Source§impl PartialEq for ForexOverview
impl PartialEq for ForexOverview
impl StructuralPartialEq for ForexOverview
Auto Trait Implementations§
impl Freeze for ForexOverview
impl RefUnwindSafe for ForexOverview
impl Send for ForexOverview
impl Sync for ForexOverview
impl Unpin for ForexOverview
impl UnsafeUnpin for ForexOverview
impl UnwindSafe for ForexOverview
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