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