pub struct PerpetualNotification {
pub index_price: f64,
pub interest: f64,
pub timestamp: i64,
}Fields§
§index_price: f64§interest: f64§timestamp: i64Trait Implementations§
Source§impl Clone for PerpetualNotification
impl Clone for PerpetualNotification
Source§fn clone(&self) -> PerpetualNotification
fn clone(&self) -> PerpetualNotification
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 PerpetualNotification
impl Debug for PerpetualNotification
Source§impl Default for PerpetualNotification
impl Default for PerpetualNotification
Source§fn default() -> PerpetualNotification
fn default() -> PerpetualNotification
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PerpetualNotification
impl<'de> Deserialize<'de> for PerpetualNotification
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for PerpetualNotification
impl PartialEq for PerpetualNotification
Source§impl Serialize for PerpetualNotification
impl Serialize for PerpetualNotification
impl StructuralPartialEq for PerpetualNotification
Auto Trait Implementations§
impl Freeze for PerpetualNotification
impl RefUnwindSafe for PerpetualNotification
impl Send for PerpetualNotification
impl Sync for PerpetualNotification
impl Unpin for PerpetualNotification
impl UnwindSafe for PerpetualNotification
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