pub enum DistStyle {
Auto,
Even,
Key,
All,
}Expand description
Redshift distribution style for CREATE TABLE.
See Redshift
Variants§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for DistStyle
impl<'de> Deserialize<'de> for DistStyle
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Ord for DistStyle
impl Ord for DistStyle
Source§impl PartialOrd for DistStyle
impl PartialOrd for DistStyle
Source§impl VisitMut for DistStyle
impl VisitMut for DistStyle
Source§fn visit<V: VisitorMut>(&mut self, visitor: &mut V) -> ControlFlow<V::Break>
fn visit<V: VisitorMut>(&mut self, visitor: &mut V) -> ControlFlow<V::Break>
Mutably visit this node with the provided
VisitorMut. Read moreimpl 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