pub struct SummaryModel {Show 34 fields
pub id: String,
pub project_id: String,
pub consignor: String,
pub consignor_info: String,
pub manufacturer: String,
pub manufacturer_info: String,
pub test_lab: String,
pub test_lab_info: String,
pub cn_name: String,
pub en_name: String,
pub classification: String,
pub model: String,
pub trademark: String,
pub voltage: String,
pub capacity: String,
pub watt: String,
pub color: String,
pub shape: String,
pub mass: String,
pub li_content: String,
pub test_report_no: String,
pub test_date: String,
pub test_manual: String,
pub test1: String,
pub test2: String,
pub test3: String,
pub test4: String,
pub test5: String,
pub test6: String,
pub test7: String,
pub test8: String,
pub un38_f: String,
pub un38_g: String,
pub note: String,
}Fields§
§id: String项目ID
project_id: String项目ID
consignor: String委托方
consignor_info: String委托方信息
manufacturer: String制造商
manufacturer_info: String制造商信息
test_lab: String测试实验室
test_lab_info: String测试实验室信息
cn_name: String中文名称
en_name: String英文名称
classification: String电池/电芯类别
model: String型号
trademark: String商标
voltage: String电压
capacity: String容量
watt: String瓦数
color: String颜色
shape: String形状
mass: String质量
li_content: String锂含量
test_report_no: String测试报告编号
test_date: String测试日期
test_manual: String测试标准
test1: String测试项目
test2: String§test3: String§test4: String§test5: String§test6: String§test7: String§test8: String§un38_f: String§un38_g: String§note: String备注
Implementations§
Source§impl SummaryModel
impl SummaryModel
Trait Implementations§
Source§impl Clone for SummaryModel
impl Clone for SummaryModel
Source§fn clone(&self) -> SummaryModel
fn clone(&self) -> SummaryModel
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 SummaryModel
impl Debug for SummaryModel
Source§impl<'de> Deserialize<'de> for SummaryModel
impl<'de> Deserialize<'de> for SummaryModel
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 SummaryModel
impl PartialEq for SummaryModel
Source§impl Serialize for SummaryModel
impl Serialize for SummaryModel
impl StructuralPartialEq for SummaryModel
Auto Trait Implementations§
impl Freeze for SummaryModel
impl RefUnwindSafe for SummaryModel
impl Send for SummaryModel
impl Sync for SummaryModel
impl Unpin for SummaryModel
impl UnwindSafe for SummaryModel
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