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