Struct sqlx_models_parser::ast::Directory [−][src]
pub struct Directory {
pub overwrite: bool,
pub local: bool,
pub path: String,
pub file_format: Option<FileFormat>,
pub source: Box<Query>,
}Fields
overwrite: boollocal: boolpath: Stringfile_format: Option<FileFormat>source: Box<Query>Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Directory
impl UnwindSafe for Directory
Blanket Implementations
Mutably borrows from an owned value. Read more