pub struct GossipDigestEntry {
pub gene_id: String,
pub confidence: f32,
pub version: u64,
}Fields§
§gene_id: String§confidence: f32§version: u64Trait Implementations§
Source§impl Clone for GossipDigestEntry
impl Clone for GossipDigestEntry
Source§fn clone(&self) -> GossipDigestEntry
fn clone(&self) -> GossipDigestEntry
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 GossipDigestEntry
impl Debug for GossipDigestEntry
Source§impl<'de> Deserialize<'de> for GossipDigestEntry
impl<'de> Deserialize<'de> for GossipDigestEntry
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 GossipDigestEntry
impl PartialEq for GossipDigestEntry
Source§impl Serialize for GossipDigestEntry
impl Serialize for GossipDigestEntry
impl StructuralPartialEq for GossipDigestEntry
Auto Trait Implementations§
impl Freeze for GossipDigestEntry
impl RefUnwindSafe for GossipDigestEntry
impl Send for GossipDigestEntry
impl Sync for GossipDigestEntry
impl Unpin for GossipDigestEntry
impl UnsafeUnpin for GossipDigestEntry
impl UnwindSafe for GossipDigestEntry
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