Enum sql_parse::CreateAlgorithm
source · Expand description
Special algorithm used for table creation
Variants§
Trait Implementations§
source§impl Clone for CreateAlgorithm
impl Clone for CreateAlgorithm
source§fn clone(&self) -> CreateAlgorithm
fn clone(&self) -> CreateAlgorithm
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more