Struct sqlx_model_tools::ConfigParse
source · [−]pub struct ConfigParse { /* private fields */ }Implementations
sourceimpl ConfigParse
impl ConfigParse
pub async fn run(config_file: &str) -> Result<(), ConfigParseError>
pub fn parse(settings: &Config) -> Result<Self, ConfigParseError>
pub async fn render_data(
&self,
name: RenderTableInfo,
columndata: DataValue
) -> Result<RenderBody, ConfigParseError>
Auto Trait Implementations
impl RefUnwindSafe for ConfigParse
impl Send for ConfigParse
impl Sync for ConfigParse
impl Unpin for ConfigParse
impl UnwindSafe for ConfigParse
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more