[][src]Struct pt::models::CryptoSnapshotAgg

pub struct CryptoSnapshotAgg { /* fields omitted */ }

Implementations

impl CryptoSnapshotAgg[src]

pub fn new(c: f32, h: f32, l: f32, o: f32, v: f32) -> CryptoSnapshotAgg[src]

pub fn set_c(&mut self, c: f32)[src]

pub fn with_c(self, c: f32) -> CryptoSnapshotAgg[src]

pub fn c(&self) -> &f32[src]

pub fn set_h(&mut self, h: f32)[src]

pub fn with_h(self, h: f32) -> CryptoSnapshotAgg[src]

pub fn h(&self) -> &f32[src]

pub fn set_l(&mut self, l: f32)[src]

pub fn with_l(self, l: f32) -> CryptoSnapshotAgg[src]

pub fn l(&self) -> &f32[src]

pub fn set_o(&mut self, o: f32)[src]

pub fn with_o(self, o: f32) -> CryptoSnapshotAgg[src]

pub fn o(&self) -> &f32[src]

pub fn set_v(&mut self, v: f32)[src]

pub fn with_v(self, v: f32) -> CryptoSnapshotAgg[src]

pub fn v(&self) -> &f32[src]

Trait Implementations

impl Clone for CryptoSnapshotAgg[src]

impl Debug for CryptoSnapshotAgg[src]

impl<'de> Deserialize<'de> for CryptoSnapshotAgg[src]

impl Serialize for CryptoSnapshotAgg[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.