pub enum AlterTableType {
Show 69 variants
Undefined = 0,
AtAddColumn = 1,
AtAddColumnToView = 2,
AtColumnDefault = 3,
AtCookedColumnDefault = 4,
AtDropNotNull = 5,
AtSetNotNull = 6,
AtSetExpression = 7,
AtDropExpression = 8,
AtCheckNotNull = 9,
AtSetStatistics = 10,
AtSetOptions = 11,
AtResetOptions = 12,
AtSetStorage = 13,
AtSetCompression = 14,
AtDropColumn = 15,
AtAddIndex = 16,
AtReAddIndex = 17,
AtAddConstraint = 18,
AtReAddConstraint = 19,
AtReAddDomainConstraint = 20,
AtAlterConstraint = 21,
AtValidateConstraint = 22,
AtAddIndexConstraint = 23,
AtDropConstraint = 24,
AtReAddComment = 25,
AtAlterColumnType = 26,
AtAlterColumnGenericOptions = 27,
AtChangeOwner = 28,
AtClusterOn = 29,
AtDropCluster = 30,
AtSetLogged = 31,
AtSetUnLogged = 32,
AtDropOids = 33,
AtSetAccessMethod = 34,
AtSetTableSpace = 35,
AtSetRelOptions = 36,
AtResetRelOptions = 37,
AtReplaceRelOptions = 38,
AtEnableTrig = 39,
AtEnableAlwaysTrig = 40,
AtEnableReplicaTrig = 41,
AtDisableTrig = 42,
AtEnableTrigAll = 43,
AtDisableTrigAll = 44,
AtEnableTrigUser = 45,
AtDisableTrigUser = 46,
AtEnableRule = 47,
AtEnableAlwaysRule = 48,
AtEnableReplicaRule = 49,
AtDisableRule = 50,
AtAddInherit = 51,
AtDropInherit = 52,
AtAddOf = 53,
AtDropOf = 54,
AtReplicaIdentity = 55,
AtEnableRowSecurity = 56,
AtDisableRowSecurity = 57,
AtForceRowSecurity = 58,
AtNoForceRowSecurity = 59,
AtGenericOptions = 60,
AtAttachPartition = 61,
AtDetachPartition = 62,
AtDetachPartitionFinalize = 63,
AtAddIdentity = 64,
AtSetIdentity = 65,
AtDropIdentity = 66,
AtReAddStatistics = 67,
OptionNone = 68,
}Expand description
AlterTableType enum
Variants§
Undefined = 0
Undefined
AtAddColumn = 1
AtAddColumn
AtAddColumnToView = 2
AtAddColumnToView
AtColumnDefault = 3
AtColumnDefault
AtCookedColumnDefault = 4
AtCookedColumnDefault
AtDropNotNull = 5
AtDropNotNull
AtSetNotNull = 6
AtSetNotNull
AtSetExpression = 7
AtSetExpression
AtDropExpression = 8
AtDropExpression
AtCheckNotNull = 9
AtCheckNotNull
AtSetStatistics = 10
AtSetStatistics
AtSetOptions = 11
AtSetOptions
AtResetOptions = 12
AtResetOptions
AtSetStorage = 13
AtSetStorage
AtSetCompression = 14
AtSetCompression
AtDropColumn = 15
AtDropColumn
AtAddIndex = 16
AtAddIndex
AtReAddIndex = 17
AtReAddIndex
AtAddConstraint = 18
AtAddConstraint
AtReAddConstraint = 19
AtReAddConstraint
AtReAddDomainConstraint = 20
AtReAddDomainConstraint
AtAlterConstraint = 21
AtAlterConstraint
AtValidateConstraint = 22
AtValidateConstraint
AtAddIndexConstraint = 23
AtAddIndexConstraint
AtDropConstraint = 24
AtDropConstraint
AtReAddComment = 25
AtReAddComment
AtAlterColumnType = 26
AtAlterColumnType
AtAlterColumnGenericOptions = 27
AtAlterColumnGenericOptions
AtChangeOwner = 28
AtChangeOwner
AtClusterOn = 29
AtClusterOn
AtDropCluster = 30
AtDropCluster
AtSetLogged = 31
AtSetLogged
AtSetUnLogged = 32
AtSetUnLogged
AtDropOids = 33
AtDropOids
AtSetAccessMethod = 34
AtSetAccessMethod
AtSetTableSpace = 35
AtSetTableSpace
AtSetRelOptions = 36
AtSetRelOptions
AtResetRelOptions = 37
AtResetRelOptions
AtReplaceRelOptions = 38
AtReplaceRelOptions
AtEnableTrig = 39
AtEnableTrig
AtEnableAlwaysTrig = 40
AtEnableAlwaysTrig
AtEnableReplicaTrig = 41
AtEnableReplicaTrig
AtDisableTrig = 42
AtDisableTrig
AtEnableTrigAll = 43
AtEnableTrigAll
AtDisableTrigAll = 44
AtDisableTrigAll
AtEnableTrigUser = 45
AtEnableTrigUser
AtDisableTrigUser = 46
AtDisableTrigUser
AtEnableRule = 47
AtEnableRule
AtEnableAlwaysRule = 48
AtEnableAlwaysRule
AtEnableReplicaRule = 49
AtEnableReplicaRule
AtDisableRule = 50
AtDisableRule
AtAddInherit = 51
AtAddInherit
AtDropInherit = 52
AtDropInherit
AtAddOf = 53
AtAddOf
AtDropOf = 54
AtDropOf
AtReplicaIdentity = 55
AtReplicaIdentity
AtEnableRowSecurity = 56
AtEnableRowSecurity
AtDisableRowSecurity = 57
AtDisableRowSecurity
AtForceRowSecurity = 58
AtForceRowSecurity
AtNoForceRowSecurity = 59
AtNoForceRowSecurity
AtGenericOptions = 60
AtGenericOptions
AtAttachPartition = 61
AtAttachPartition
AtDetachPartition = 62
AtDetachPartition
AtDetachPartitionFinalize = 63
AtDetachPartitionFinalize
AtAddIdentity = 64
AtAddIdentity
AtSetIdentity = 65
AtSetIdentity
AtDropIdentity = 66
AtDropIdentity
AtReAddStatistics = 67
AtReAddStatistics
OptionNone = 68
None
Trait Implementations§
Source§impl Clone for AlterTableType
impl Clone for AlterTableType
Source§fn clone(&self) -> AlterTableType
fn clone(&self) -> AlterTableType
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moreSource§impl Debug for AlterTableType
impl Debug for AlterTableType
Source§impl From<&AlterTableType> for AlterTableTypeOpt
impl From<&AlterTableType> for AlterTableTypeOpt
Source§fn from(value: &AlterTableType) -> Self
fn from(value: &AlterTableType) -> Self
Source§impl From<AlterTableType> for AlterTableType
impl From<AlterTableType> for AlterTableType
Source§fn from(value: AlterTableType) -> Self
fn from(value: AlterTableType) -> Self
Source§impl From<AlterTableType> for AlterTableTypeOpt
impl From<AlterTableType> for AlterTableTypeOpt
Source§fn from(value: AlterTableType) -> Self
fn from(value: AlterTableType) -> Self
Source§impl From<Option<AlterTableType>> for AlterTableType
impl From<Option<AlterTableType>> for AlterTableType
Source§fn from(value: Option<AlterTableType>) -> Self
fn from(value: Option<AlterTableType>) -> Self
Source§impl From<Option<Box<AlterTableType>>> for AlterTableType
impl From<Option<Box<AlterTableType>>> for AlterTableType
Source§impl From<i32> for AlterTableType
impl From<i32> for AlterTableType
Source§impl Opt<AlterTableType> for AlterTableTypeOpt
impl Opt<AlterTableType> for AlterTableTypeOpt
impl Copy for AlterTableType
Auto Trait Implementations§
impl Freeze for AlterTableType
impl RefUnwindSafe for AlterTableType
impl Send for AlterTableType
impl Sync for AlterTableType
impl Unpin for AlterTableType
impl UnwindSafe for AlterTableType
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§impl<D> OwoColorize for D
impl<D> OwoColorize for D
Source§fn fg<C>(&self) -> FgColorDisplay<'_, C, Self>where
C: Color,
fn fg<C>(&self) -> FgColorDisplay<'_, C, Self>where
C: Color,
Source§fn bg<C>(&self) -> BgColorDisplay<'_, C, Self>where
C: Color,
fn bg<C>(&self) -> BgColorDisplay<'_, C, Self>where
C: Color,
Source§fn black(&self) -> FgColorDisplay<'_, Black, Self>
fn black(&self) -> FgColorDisplay<'_, Black, Self>
Source§fn on_black(&self) -> BgColorDisplay<'_, Black, Self>
fn on_black(&self) -> BgColorDisplay<'_, Black, Self>
Source§fn red(&self) -> FgColorDisplay<'_, Red, Self>
fn red(&self) -> FgColorDisplay<'_, Red, Self>
Source§fn on_red(&self) -> BgColorDisplay<'_, Red, Self>
fn on_red(&self) -> BgColorDisplay<'_, Red, Self>
Source§fn green(&self) -> FgColorDisplay<'_, Green, Self>
fn green(&self) -> FgColorDisplay<'_, Green, Self>
Source§fn on_green(&self) -> BgColorDisplay<'_, Green, Self>
fn on_green(&self) -> BgColorDisplay<'_, Green, Self>
Source§fn yellow(&self) -> FgColorDisplay<'_, Yellow, Self>
fn yellow(&self) -> FgColorDisplay<'_, Yellow, Self>
Source§fn on_yellow(&self) -> BgColorDisplay<'_, Yellow, Self>
fn on_yellow(&self) -> BgColorDisplay<'_, Yellow, Self>
Source§fn blue(&self) -> FgColorDisplay<'_, Blue, Self>
fn blue(&self) -> FgColorDisplay<'_, Blue, Self>
Source§fn on_blue(&self) -> BgColorDisplay<'_, Blue, Self>
fn on_blue(&self) -> BgColorDisplay<'_, Blue, Self>
Source§fn magenta(&self) -> FgColorDisplay<'_, Magenta, Self>
fn magenta(&self) -> FgColorDisplay<'_, Magenta, Self>
Source§fn on_magenta(&self) -> BgColorDisplay<'_, Magenta, Self>
fn on_magenta(&self) -> BgColorDisplay<'_, Magenta, Self>
Source§fn purple(&self) -> FgColorDisplay<'_, Magenta, Self>
fn purple(&self) -> FgColorDisplay<'_, Magenta, Self>
Source§fn on_purple(&self) -> BgColorDisplay<'_, Magenta, Self>
fn on_purple(&self) -> BgColorDisplay<'_, Magenta, Self>
Source§fn cyan(&self) -> FgColorDisplay<'_, Cyan, Self>
fn cyan(&self) -> FgColorDisplay<'_, Cyan, Self>
Source§fn on_cyan(&self) -> BgColorDisplay<'_, Cyan, Self>
fn on_cyan(&self) -> BgColorDisplay<'_, Cyan, Self>
Source§fn white(&self) -> FgColorDisplay<'_, White, Self>
fn white(&self) -> FgColorDisplay<'_, White, Self>
Source§fn on_white(&self) -> BgColorDisplay<'_, White, Self>
fn on_white(&self) -> BgColorDisplay<'_, White, Self>
Source§fn default_color(&self) -> FgColorDisplay<'_, Default, Self>
fn default_color(&self) -> FgColorDisplay<'_, Default, Self>
Source§fn on_default_color(&self) -> BgColorDisplay<'_, Default, Self>
fn on_default_color(&self) -> BgColorDisplay<'_, Default, Self>
Source§fn bright_black(&self) -> FgColorDisplay<'_, BrightBlack, Self>
fn bright_black(&self) -> FgColorDisplay<'_, BrightBlack, Self>
Source§fn on_bright_black(&self) -> BgColorDisplay<'_, BrightBlack, Self>
fn on_bright_black(&self) -> BgColorDisplay<'_, BrightBlack, Self>
Source§fn bright_red(&self) -> FgColorDisplay<'_, BrightRed, Self>
fn bright_red(&self) -> FgColorDisplay<'_, BrightRed, Self>
Source§fn on_bright_red(&self) -> BgColorDisplay<'_, BrightRed, Self>
fn on_bright_red(&self) -> BgColorDisplay<'_, BrightRed, Self>
Source§fn bright_green(&self) -> FgColorDisplay<'_, BrightGreen, Self>
fn bright_green(&self) -> FgColorDisplay<'_, BrightGreen, Self>
Source§fn on_bright_green(&self) -> BgColorDisplay<'_, BrightGreen, Self>
fn on_bright_green(&self) -> BgColorDisplay<'_, BrightGreen, Self>
Source§fn bright_yellow(&self) -> FgColorDisplay<'_, BrightYellow, Self>
fn bright_yellow(&self) -> FgColorDisplay<'_, BrightYellow, Self>
Source§fn on_bright_yellow(&self) -> BgColorDisplay<'_, BrightYellow, Self>
fn on_bright_yellow(&self) -> BgColorDisplay<'_, BrightYellow, Self>
Source§fn bright_blue(&self) -> FgColorDisplay<'_, BrightBlue, Self>
fn bright_blue(&self) -> FgColorDisplay<'_, BrightBlue, Self>
Source§fn on_bright_blue(&self) -> BgColorDisplay<'_, BrightBlue, Self>
fn on_bright_blue(&self) -> BgColorDisplay<'_, BrightBlue, Self>
Source§fn bright_magenta(&self) -> FgColorDisplay<'_, BrightMagenta, Self>
fn bright_magenta(&self) -> FgColorDisplay<'_, BrightMagenta, Self>
Source§fn on_bright_magenta(&self) -> BgColorDisplay<'_, BrightMagenta, Self>
fn on_bright_magenta(&self) -> BgColorDisplay<'_, BrightMagenta, Self>
Source§fn bright_purple(&self) -> FgColorDisplay<'_, BrightMagenta, Self>
fn bright_purple(&self) -> FgColorDisplay<'_, BrightMagenta, Self>
Source§fn on_bright_purple(&self) -> BgColorDisplay<'_, BrightMagenta, Self>
fn on_bright_purple(&self) -> BgColorDisplay<'_, BrightMagenta, Self>
Source§fn bright_cyan(&self) -> FgColorDisplay<'_, BrightCyan, Self>
fn bright_cyan(&self) -> FgColorDisplay<'_, BrightCyan, Self>
Source§fn on_bright_cyan(&self) -> BgColorDisplay<'_, BrightCyan, Self>
fn on_bright_cyan(&self) -> BgColorDisplay<'_, BrightCyan, Self>
Source§fn bright_white(&self) -> FgColorDisplay<'_, BrightWhite, Self>
fn bright_white(&self) -> FgColorDisplay<'_, BrightWhite, Self>
Source§fn on_bright_white(&self) -> BgColorDisplay<'_, BrightWhite, Self>
fn on_bright_white(&self) -> BgColorDisplay<'_, BrightWhite, Self>
Source§fn bold(&self) -> BoldDisplay<'_, Self>
fn bold(&self) -> BoldDisplay<'_, Self>
Source§fn dimmed(&self) -> DimDisplay<'_, Self>
fn dimmed(&self) -> DimDisplay<'_, Self>
Source§fn italic(&self) -> ItalicDisplay<'_, Self>
fn italic(&self) -> ItalicDisplay<'_, Self>
Source§fn underline(&self) -> UnderlineDisplay<'_, Self>
fn underline(&self) -> UnderlineDisplay<'_, Self>
Source§fn blink(&self) -> BlinkDisplay<'_, Self>
fn blink(&self) -> BlinkDisplay<'_, Self>
Source§fn blink_fast(&self) -> BlinkFastDisplay<'_, Self>
fn blink_fast(&self) -> BlinkFastDisplay<'_, Self>
Source§fn reversed(&self) -> ReversedDisplay<'_, Self>
fn reversed(&self) -> ReversedDisplay<'_, Self>
Source§fn strikethrough(&self) -> StrikeThroughDisplay<'_, Self>
fn strikethrough(&self) -> StrikeThroughDisplay<'_, Self>
Source§fn color<Color>(&self, color: Color) -> FgDynColorDisplay<'_, Color, Self>where
Color: DynColor,
fn color<Color>(&self, color: Color) -> FgDynColorDisplay<'_, Color, Self>where
Color: DynColor,
OwoColorize::fg or
a color-specific method, such as OwoColorize::green, Read moreSource§fn on_color<Color>(&self, color: Color) -> BgDynColorDisplay<'_, Color, Self>where
Color: DynColor,
fn on_color<Color>(&self, color: Color) -> BgDynColorDisplay<'_, Color, Self>where
Color: DynColor,
OwoColorize::bg or
a color-specific method, such as OwoColorize::on_yellow, Read more