pub enum CommandIdentity {
Show 92 variants
Abort,
AlterConversion,
AlterDatabase,
AlterExtension,
AlterLanguage,
AlterLargeObject,
AlterOperator,
AlterOperatorClass,
AlterOperatorFamily,
AlterPublication,
AlterRule,
AlterServer,
AlterSubscription,
AlterTable,
AlterTablespace,
AlterTextSearchParser,
AlterTextSearchTemplate,
AlterUserMapping,
Begin,
Commit,
CommitPrepared,
Copy,
CreateAccessMethod,
CreateConversion,
CreateDatabase,
CreateForeignDataWrapper,
CreateForeignTable,
CreateIndex,
CreateLanguage,
CreateOperator,
CreateOperatorClass,
CreateOperatorFamily,
CreatePublication,
CreateRole,
CreateRule,
CreateSequence,
CreateServer,
CreateSubscription,
CreateTable,
CreateTablespace,
CreateTextSearchParser,
CreateTextSearchTemplate,
CreateTransform,
CreateUser,
CreateUserMapping,
CreateView,
Delete,
Discard,
DropAccessMethod,
DropConversion,
DropDatabase,
DropExtension,
DropForeignDataWrapper,
DropForeignTable,
DropIndex,
DropLanguage,
DropOperator,
DropOperatorClass,
DropOperatorFamily,
DropPublication,
DropRole,
DropRule,
DropSequence,
DropServer,
DropSubscription,
DropTable,
DropTablespace,
DropTextSearchParser,
DropTextSearchTemplate,
DropTransform,
DropUser,
DropUserMapping,
DropView,
End,
Grant,
ImportForeignSchema,
Insert,
Load,
PrepareTransaction,
Reset,
Revoke,
Rollback,
RollbackPrepared,
SecurityLabel,
Select,
Set,
SetRole,
SetTransaction,
Show,
StartTransaction,
Update,
Values,
}Variants§
Abort
AlterConversion
AlterDatabase
AlterExtension
AlterLanguage
AlterLargeObject
AlterOperator
AlterOperatorClass
AlterOperatorFamily
AlterPublication
AlterRule
AlterServer
AlterSubscription
AlterTable
AlterTablespace
AlterTextSearchParser
AlterTextSearchTemplate
AlterUserMapping
Begin
Commit
CommitPrepared
Copy
CreateAccessMethod
CreateConversion
CreateDatabase
CreateForeignDataWrapper
CreateForeignTable
CreateIndex
CreateLanguage
CreateOperator
CreateOperatorClass
CreateOperatorFamily
CreatePublication
CreateRole
CreateRule
CreateSequence
CreateServer
CreateSubscription
CreateTable
CreateTablespace
CreateTextSearchParser
CreateTextSearchTemplate
CreateTransform
CreateUser
CreateUserMapping
CreateView
Delete
Discard
DropAccessMethod
DropConversion
DropDatabase
DropExtension
DropForeignDataWrapper
DropForeignTable
DropIndex
DropLanguage
DropOperator
DropOperatorClass
DropOperatorFamily
DropPublication
DropRole
DropRule
DropSequence
DropServer
DropSubscription
DropTable
DropTablespace
DropTextSearchParser
DropTextSearchTemplate
DropTransform
DropUser
DropUserMapping
DropView
End
Grant
ImportForeignSchema
Insert
Load
PrepareTransaction
Reset
Revoke
Rollback
RollbackPrepared
SecurityLabel
Select
Set
SetRole
SetTransaction
Show
StartTransaction
Update
Values
Implementations§
Trait Implementations§
Source§impl Clone for CommandIdentity
impl Clone for CommandIdentity
Source§fn clone(&self) -> CommandIdentity
fn clone(&self) -> CommandIdentity
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 CommandIdentity
Source§impl Debug for CommandIdentity
impl Debug for CommandIdentity
impl Eq for CommandIdentity
Source§impl Hash for CommandIdentity
impl Hash for CommandIdentity
Source§impl Ord for CommandIdentity
impl Ord for CommandIdentity
Source§fn cmp(&self, other: &CommandIdentity) -> Ordering
fn cmp(&self, other: &CommandIdentity) -> Ordering
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 PartialEq for CommandIdentity
impl PartialEq for CommandIdentity
Source§impl PartialOrd for CommandIdentity
impl PartialOrd for CommandIdentity
impl StructuralPartialEq for CommandIdentity
Auto Trait Implementations§
impl Freeze for CommandIdentity
impl RefUnwindSafe for CommandIdentity
impl Send for CommandIdentity
impl Sync for CommandIdentity
impl Unpin for CommandIdentity
impl UnsafeUnpin for CommandIdentity
impl UnwindSafe for CommandIdentity
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