pub struct TreasuryAnomalyLabelRow {
pub id: String,
pub anomaly_type: String,
pub severity: String,
pub document_type: String,
pub document_id: String,
pub description: String,
pub original_value: String,
pub anomalous_value: String,
}Expand description
A pre-serialized treasury anomaly label row for CSV export.
Fields§
§id: String§anomaly_type: String§severity: String§document_type: String§document_id: String§description: String§original_value: String§anomalous_value: StringTrait Implementations§
Source§impl Clone for TreasuryAnomalyLabelRow
impl Clone for TreasuryAnomalyLabelRow
Source§fn clone(&self) -> TreasuryAnomalyLabelRow
fn clone(&self) -> TreasuryAnomalyLabelRow
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 moreAuto Trait Implementations§
impl Freeze for TreasuryAnomalyLabelRow
impl RefUnwindSafe for TreasuryAnomalyLabelRow
impl Send for TreasuryAnomalyLabelRow
impl Sync for TreasuryAnomalyLabelRow
impl Unpin for TreasuryAnomalyLabelRow
impl UnsafeUnpin for TreasuryAnomalyLabelRow
impl UnwindSafe for TreasuryAnomalyLabelRow
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