pub struct FeatureSignPoint {
pub timestamp: f64,
pub feature_id: String,
pub r: f64,
pub d: f64,
pub s: f64,
}Fields§
§timestamp: f64§feature_id: String§r: f64§d: f64§s: f64Implementations§
Trait Implementations§
Source§impl Clone for FeatureSignPoint
impl Clone for FeatureSignPoint
Source§fn clone(&self) -> FeatureSignPoint
fn clone(&self) -> FeatureSignPoint
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 FeatureSignPoint
impl Debug for FeatureSignPoint
Source§impl<'de> Deserialize<'de> for FeatureSignPoint
impl<'de> Deserialize<'de> for FeatureSignPoint
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 FeatureSignPoint
impl PartialEq for FeatureSignPoint
Source§impl Serialize for FeatureSignPoint
impl Serialize for FeatureSignPoint
impl StructuralPartialEq for FeatureSignPoint
Auto Trait Implementations§
impl Freeze for FeatureSignPoint
impl RefUnwindSafe for FeatureSignPoint
impl Send for FeatureSignPoint
impl Sync for FeatureSignPoint
impl Unpin for FeatureSignPoint
impl UnsafeUnpin for FeatureSignPoint
impl UnwindSafe for FeatureSignPoint
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