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 duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for DataTablesClassDescription
impl RefUnwindSafe for DataTablesClassDescription
impl Send for DataTablesClassDescription
impl Sync for DataTablesClassDescription
impl Unpin for DataTablesClassDescription
impl UnwindSafe for DataTablesClassDescription
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