pub struct DataTablesData {
pub send_tables: Vec<SendTableData>,
pub class_descriptions: Vec<DataTablesClassDescription>,
}
Fields§
§send_tables: Vec<SendTableData>
§class_descriptions: Vec<DataTablesClassDescription>
Implementations§
Source§impl DataTablesData
impl DataTablesData
pub fn from_data_tables_index( dti: DataTablesIndex, ) -> Result<Self, &'static str>
Trait Implementations§
Source§impl Clone for DataTablesData
impl Clone for DataTablesData
Source§fn clone(&self) -> DataTablesData
fn clone(&self) -> DataTablesData
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 DataTablesData
impl RefUnwindSafe for DataTablesData
impl Send for DataTablesData
impl Sync for DataTablesData
impl Unpin for DataTablesData
impl UnwindSafe for DataTablesData
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