Struct sqlx_models_parser::ast::Copy [−][src]
pub struct Copy {
pub table_name: ObjectName,
pub columns: Vec<Ident>,
pub values: Vec<Option<String>>,
}Fields
table_name: ObjectNameTABLE
columns: Vec<Ident>COLUMNS
values: Vec<Option<String>>VALUES a vector of values to be copied
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Copy
impl UnwindSafe for Copy
Blanket Implementations
Mutably borrows from an owned value. Read more