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