pub enum PartitionBy {
Range(Vec<DynIden>),
List(Vec<DynIden>),
Hash(Vec<DynIden>),
Key(Vec<DynIden>),
}Expand description
All available table partition options
Variantsยง
Trait Implementationsยง
Sourceยงimpl Clone for PartitionBy
impl Clone for PartitionBy
Sourceยงfn clone(&self) -> PartitionBy
fn clone(&self) -> PartitionBy
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) ยท Sourceยงfn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementationsยง
impl Freeze for PartitionBy
impl RefUnwindSafe for PartitionBy
impl Send for PartitionBy
impl Sync for PartitionBy
impl Unpin for PartitionBy
impl UnsafeUnpin for PartitionBy
impl UnwindSafe for PartitionBy
Blanket Implementationsยง
Sourceยงimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Sourceยงfn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more