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