pub struct ArchiveCellRow {
pub cell_key: String,
pub candidate_id: String,
pub score_summary_json: String,
pub cea_fingerprint: Option<String>,
pub updated_at: String,
}Fields§
§cell_key: String§candidate_id: String§score_summary_json: String§cea_fingerprint: Option<String>§updated_at: StringTrait Implementations§
Source§impl Clone for ArchiveCellRow
impl Clone for ArchiveCellRow
Source§fn clone(&self) -> ArchiveCellRow
fn clone(&self) -> ArchiveCellRow
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for ArchiveCellRow
impl RefUnwindSafe for ArchiveCellRow
impl Send for ArchiveCellRow
impl Sync for ArchiveCellRow
impl Unpin for ArchiveCellRow
impl UnsafeUnpin for ArchiveCellRow
impl UnwindSafe for ArchiveCellRow
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