pub struct DataTablesClassDescription {
pub class_id: u16,
pub network_name: String,
pub table_name: String,
}
Fields§
§class_id: u16
§network_name: String
§table_name: String
Trait Implementations§
source§impl Clone for DataTablesClassDescription
impl Clone for DataTablesClassDescription
source§fn clone(&self) -> DataTablesClassDescription
fn clone(&self) -> DataTablesClassDescription
Returns a copy 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 more