pub enum NonGoalCommand {
Show 40 variants
AlterConversion,
AlterLanguage,
AlterLargeObject,
AlterOperator,
AlterOperatorClass,
AlterOperatorFamily,
AlterPublication,
AlterRule,
AlterSubscription,
AlterTablespace,
AlterTextSearchParser,
AlterTextSearchTemplate,
CreateAccessMethod,
CreateConversion,
CreateLanguage,
CreateOperator,
CreateOperatorClass,
CreateOperatorFamily,
CreatePublication,
CreateRule,
CreateSubscription,
CreateTablespace,
CreateTextSearchParser,
CreateTextSearchTemplate,
CreateTransform,
DropAccessMethod,
DropConversion,
DropLanguage,
DropOperator,
DropOperatorClass,
DropOperatorFamily,
DropPublication,
DropRule,
DropSubscription,
DropTablespace,
DropTextSearchParser,
DropTextSearchTemplate,
DropTransform,
Load,
SecurityLabel,
}Expand description
Architectural non-goal commands tracked by the PostgreSQL compatibility matrix.
Variants§
AlterConversion
AlterLanguage
AlterLargeObject
AlterOperator
AlterOperatorClass
AlterOperatorFamily
AlterPublication
AlterRule
AlterSubscription
AlterTablespace
AlterTextSearchParser
AlterTextSearchTemplate
CreateAccessMethod
CreateConversion
CreateLanguage
CreateOperator
CreateOperatorClass
CreateOperatorFamily
CreatePublication
CreateRule
CreateSubscription
CreateTablespace
CreateTextSearchParser
CreateTextSearchTemplate
CreateTransform
DropAccessMethod
DropConversion
DropLanguage
DropOperator
DropOperatorClass
DropOperatorFamily
DropPublication
DropRule
DropSubscription
DropTablespace
DropTextSearchParser
DropTextSearchTemplate
DropTransform
Load
SecurityLabel
Implementations§
Trait Implementations§
Source§impl Clone for NonGoalCommand
impl Clone for NonGoalCommand
Source§fn clone(&self) -> NonGoalCommand
fn clone(&self) -> NonGoalCommand
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 moreimpl Copy for NonGoalCommand
Source§impl Debug for NonGoalCommand
impl Debug for NonGoalCommand
impl Eq for NonGoalCommand
Source§impl PartialEq for NonGoalCommand
impl PartialEq for NonGoalCommand
impl StructuralPartialEq for NonGoalCommand
Auto Trait Implementations§
impl Freeze for NonGoalCommand
impl RefUnwindSafe for NonGoalCommand
impl Send for NonGoalCommand
impl Sync for NonGoalCommand
impl Unpin for NonGoalCommand
impl UnsafeUnpin for NonGoalCommand
impl UnwindSafe for NonGoalCommand
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