Struct sqlx_models_parser::ast::CreateSchema [−][src]
pub struct CreateSchema {
pub schema_name: ObjectName,
pub if_not_exists: bool,
}Expand description
CREATE SCHEMA
Fields
schema_name: ObjectNameif_not_exists: boolTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for CreateSchema
impl Send for CreateSchema
impl Sync for CreateSchema
impl Unpin for CreateSchema
impl UnwindSafe for CreateSchema
Blanket Implementations
Mutably borrows from an owned value. Read more