pub struct DataTableSettings {
pub datatables: HashMap<String, DataTableSettingsDatatablesValue>,
}Fields§
§datatables: HashMap<String, DataTableSettingsDatatablesValue>Implementations§
Source§impl DataTableSettings
impl DataTableSettings
pub fn new( datatables: HashMap<String, DataTableSettingsDatatablesValue>, ) -> DataTableSettings
Trait Implementations§
Source§impl Clone for DataTableSettings
impl Clone for DataTableSettings
Source§fn clone(&self) -> DataTableSettings
fn clone(&self) -> DataTableSettings
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 DataTableSettings
impl Debug for DataTableSettings
Source§impl Default for DataTableSettings
impl Default for DataTableSettings
Source§fn default() -> DataTableSettings
fn default() -> DataTableSettings
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DataTableSettings
impl<'de> Deserialize<'de> for DataTableSettings
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 DataTableSettings
impl PartialEq for DataTableSettings
Source§impl Serialize for DataTableSettings
impl Serialize for DataTableSettings
impl StructuralPartialEq for DataTableSettings
Auto Trait Implementations§
impl Freeze for DataTableSettings
impl RefUnwindSafe for DataTableSettings
impl Send for DataTableSettings
impl Sync for DataTableSettings
impl Unpin for DataTableSettings
impl UnwindSafe for DataTableSettings
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