Enum sea_query::table::TablePartition
source · pub enum TablePartition {}
Expand description
All available table partition options
Trait Implementations§
source§impl Clone for TablePartition
impl Clone for TablePartition
source§fn clone(&self) -> TablePartition
fn clone(&self) -> TablePartition
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