pub enum DistStyle {
Auto,
Even,
Key,
All,
}Expand description
Redshift distribution style for CREATE TABLE.
See Redshift
Variants§
Trait Implementations§
Source§impl Ord for DistStyle
impl Ord for DistStyle
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for DistStyle
impl PartialOrd for DistStyle
impl Eq for DistStyle
impl StructuralPartialEq for DistStyle
Auto Trait Implementations§
impl Freeze for DistStyle
impl RefUnwindSafe for DistStyle
impl Send for DistStyle
impl Sync for DistStyle
impl Unpin for DistStyle
impl UnsafeUnpin for DistStyle
impl UnwindSafe for DistStyle
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