Struct assembly_fdb::core::loader::LoaderConfigImpl
source · pub struct LoaderConfigImpl<P>{
pub table_data_policy: P,
}
Expand description
Configuration for SchemaLoader
Fields§
§table_data_policy: P
The policy for tables
Trait Implementations§
source§impl<P> LoaderConfig for LoaderConfigImpl<P>
impl<P> LoaderConfig for LoaderConfigImpl<P>
source§fn load_table_data(&self, def: &TableDef) -> bool
fn load_table_data(&self, def: &TableDef) -> bool
Whether to process to table specified by
def
Auto Trait Implementations§
impl<P> Freeze for LoaderConfigImpl<P>where
P: Freeze,
impl<P> RefUnwindSafe for LoaderConfigImpl<P>where
P: RefUnwindSafe,
impl<P> Send for LoaderConfigImpl<P>where
P: Send,
impl<P> Sync for LoaderConfigImpl<P>where
P: Sync,
impl<P> Unpin for LoaderConfigImpl<P>where
P: Unpin,
impl<P> UnwindSafe for LoaderConfigImpl<P>where
P: UnwindSafe,
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