pub enum PlpgsqlStmt {
Show 32 variants
PlpgsqlAssertStmt(PlpgsqlAssertStmt),
PlpgsqlAssignStmt(PlpgsqlAssignStmt),
PlpgsqlBlock(PlpgsqlBlock),
PlpgsqlCallStmt(PlpgsqlCallStmt),
PlpgsqlCaseStmt(PlpgsqlCaseStmt),
PlpgsqlCloseStmt(PlpgsqlCloseStmt),
PlpgsqlCommitStmt(PlpgsqlCommitStmt),
PlpgsqlContinueStmt(PlpgsqlContinueStmt),
PlpgsqlDoStmt(PlpgsqlDoStmt),
PlpgsqlDynExecuteStmt(PlpgsqlDynExecuteStmt),
PlpgsqlExecSqlStmt(PlpgsqlExecSqlStmt),
PlpgsqlExitStmt(PlpgsqlExitStmt),
PlpgsqlFetchStmt(PlpgsqlFetchStmt),
PlpgsqlForCursorStmt(PlpgsqlForCursorStmt),
PlpgsqlForDynStmt(PlpgsqlForDynStmt),
PlpgsqlForEachStmt(PlpgsqlForEachStmt),
PlpgsqlForIStmt(PlpgsqlForIStmt),
PlpgsqlForQueryStmt(PlpgsqlForQueryStmt),
PlpgsqlGetDiagStmt(PlpgsqlGetDiagStmt),
PlpgsqlIfStmt(PlpgsqlIfStmt),
PlpgsqlLoopStmt(PlpgsqlLoopStmt),
PlpgsqlMoveStmt(PlpgsqlMoveStmt),
PlpgsqlNullStmt(PlpgsqlNullStmt),
PlpgsqlOpenStmt(PlpgsqlOpenStmt),
PlpgsqlPerformStmt(PlpgsqlPerformStmt),
PlpgsqlRaiseStmt(PlpgsqlRaiseStmt),
PlpgsqlReturnNextStmt(PlpgsqlReturnNextStmt),
PlpgsqlReturnQueryExecuteStmt(PlpgsqlReturnQueryExecuteStmt),
PlpgsqlReturnQueryStmt(PlpgsqlReturnQueryStmt),
PlpgsqlReturnStmt(PlpgsqlReturnStmt),
PlpgsqlRollbackStmt(PlpgsqlRollbackStmt),
PlpgsqlWhileStmt(PlpgsqlWhileStmt),
}Variants§
PlpgsqlAssertStmt(PlpgsqlAssertStmt)
PlpgsqlAssignStmt(PlpgsqlAssignStmt)
PlpgsqlBlock(PlpgsqlBlock)
PlpgsqlCallStmt(PlpgsqlCallStmt)
PlpgsqlCaseStmt(PlpgsqlCaseStmt)
PlpgsqlCloseStmt(PlpgsqlCloseStmt)
PlpgsqlCommitStmt(PlpgsqlCommitStmt)
PlpgsqlContinueStmt(PlpgsqlContinueStmt)
PlpgsqlDoStmt(PlpgsqlDoStmt)
PlpgsqlDynExecuteStmt(PlpgsqlDynExecuteStmt)
PlpgsqlExecSqlStmt(PlpgsqlExecSqlStmt)
PlpgsqlExitStmt(PlpgsqlExitStmt)
PlpgsqlFetchStmt(PlpgsqlFetchStmt)
PlpgsqlForCursorStmt(PlpgsqlForCursorStmt)
PlpgsqlForDynStmt(PlpgsqlForDynStmt)
PlpgsqlForEachStmt(PlpgsqlForEachStmt)
PlpgsqlForIStmt(PlpgsqlForIStmt)
PlpgsqlForQueryStmt(PlpgsqlForQueryStmt)
PlpgsqlGetDiagStmt(PlpgsqlGetDiagStmt)
PlpgsqlIfStmt(PlpgsqlIfStmt)
PlpgsqlLoopStmt(PlpgsqlLoopStmt)
PlpgsqlMoveStmt(PlpgsqlMoveStmt)
PlpgsqlNullStmt(PlpgsqlNullStmt)
PlpgsqlOpenStmt(PlpgsqlOpenStmt)
PlpgsqlPerformStmt(PlpgsqlPerformStmt)
PlpgsqlRaiseStmt(PlpgsqlRaiseStmt)
PlpgsqlReturnNextStmt(PlpgsqlReturnNextStmt)
PlpgsqlReturnQueryExecuteStmt(PlpgsqlReturnQueryExecuteStmt)
PlpgsqlReturnQueryStmt(PlpgsqlReturnQueryStmt)
PlpgsqlReturnStmt(PlpgsqlReturnStmt)
PlpgsqlRollbackStmt(PlpgsqlRollbackStmt)
PlpgsqlWhileStmt(PlpgsqlWhileStmt)
Trait Implementations§
Source§impl AstNode for PlpgsqlStmt
impl AstNode for PlpgsqlStmt
fn can_cast(kind: SyntaxKind) -> bool
fn cast(syntax: SyntaxNode) -> Option<Self>
fn syntax(&self) -> &SyntaxNode
fn clone_for_update(&self) -> Selfwhere
Self: Sized,
fn clone_subtree(&self) -> Selfwhere
Self: Sized,
Source§impl Clone for PlpgsqlStmt
impl Clone for PlpgsqlStmt
Source§impl Debug for PlpgsqlStmt
impl Debug for PlpgsqlStmt
impl Eq for PlpgsqlStmt
Source§impl From<PlpgsqlAssertStmt> for PlpgsqlStmt
impl From<PlpgsqlAssertStmt> for PlpgsqlStmt
Source§fn from(node: PlpgsqlAssertStmt) -> PlpgsqlStmt
fn from(node: PlpgsqlAssertStmt) -> PlpgsqlStmt
Converts to this type from the input type.
Source§impl From<PlpgsqlAssignStmt> for PlpgsqlStmt
impl From<PlpgsqlAssignStmt> for PlpgsqlStmt
Source§fn from(node: PlpgsqlAssignStmt) -> PlpgsqlStmt
fn from(node: PlpgsqlAssignStmt) -> PlpgsqlStmt
Converts to this type from the input type.
Source§impl From<PlpgsqlBlock> for PlpgsqlStmt
impl From<PlpgsqlBlock> for PlpgsqlStmt
Source§fn from(node: PlpgsqlBlock) -> PlpgsqlStmt
fn from(node: PlpgsqlBlock) -> PlpgsqlStmt
Converts to this type from the input type.
Source§impl From<PlpgsqlCallStmt> for PlpgsqlStmt
impl From<PlpgsqlCallStmt> for PlpgsqlStmt
Source§fn from(node: PlpgsqlCallStmt) -> PlpgsqlStmt
fn from(node: PlpgsqlCallStmt) -> PlpgsqlStmt
Converts to this type from the input type.
Source§impl From<PlpgsqlCaseStmt> for PlpgsqlStmt
impl From<PlpgsqlCaseStmt> for PlpgsqlStmt
Source§fn from(node: PlpgsqlCaseStmt) -> PlpgsqlStmt
fn from(node: PlpgsqlCaseStmt) -> PlpgsqlStmt
Converts to this type from the input type.
Source§impl From<PlpgsqlCloseStmt> for PlpgsqlStmt
impl From<PlpgsqlCloseStmt> for PlpgsqlStmt
Source§fn from(node: PlpgsqlCloseStmt) -> PlpgsqlStmt
fn from(node: PlpgsqlCloseStmt) -> PlpgsqlStmt
Converts to this type from the input type.
Source§impl From<PlpgsqlCommitStmt> for PlpgsqlStmt
impl From<PlpgsqlCommitStmt> for PlpgsqlStmt
Source§fn from(node: PlpgsqlCommitStmt) -> PlpgsqlStmt
fn from(node: PlpgsqlCommitStmt) -> PlpgsqlStmt
Converts to this type from the input type.
Source§impl From<PlpgsqlContinueStmt> for PlpgsqlStmt
impl From<PlpgsqlContinueStmt> for PlpgsqlStmt
Source§fn from(node: PlpgsqlContinueStmt) -> PlpgsqlStmt
fn from(node: PlpgsqlContinueStmt) -> PlpgsqlStmt
Converts to this type from the input type.
Source§impl From<PlpgsqlDoStmt> for PlpgsqlStmt
impl From<PlpgsqlDoStmt> for PlpgsqlStmt
Source§fn from(node: PlpgsqlDoStmt) -> PlpgsqlStmt
fn from(node: PlpgsqlDoStmt) -> PlpgsqlStmt
Converts to this type from the input type.
Source§impl From<PlpgsqlDynExecuteStmt> for PlpgsqlStmt
impl From<PlpgsqlDynExecuteStmt> for PlpgsqlStmt
Source§fn from(node: PlpgsqlDynExecuteStmt) -> PlpgsqlStmt
fn from(node: PlpgsqlDynExecuteStmt) -> PlpgsqlStmt
Converts to this type from the input type.
Source§impl From<PlpgsqlExecSqlStmt> for PlpgsqlStmt
impl From<PlpgsqlExecSqlStmt> for PlpgsqlStmt
Source§fn from(node: PlpgsqlExecSqlStmt) -> PlpgsqlStmt
fn from(node: PlpgsqlExecSqlStmt) -> PlpgsqlStmt
Converts to this type from the input type.
Source§impl From<PlpgsqlExitStmt> for PlpgsqlStmt
impl From<PlpgsqlExitStmt> for PlpgsqlStmt
Source§fn from(node: PlpgsqlExitStmt) -> PlpgsqlStmt
fn from(node: PlpgsqlExitStmt) -> PlpgsqlStmt
Converts to this type from the input type.
Source§impl From<PlpgsqlFetchStmt> for PlpgsqlStmt
impl From<PlpgsqlFetchStmt> for PlpgsqlStmt
Source§fn from(node: PlpgsqlFetchStmt) -> PlpgsqlStmt
fn from(node: PlpgsqlFetchStmt) -> PlpgsqlStmt
Converts to this type from the input type.
Source§impl From<PlpgsqlForCursorStmt> for PlpgsqlStmt
impl From<PlpgsqlForCursorStmt> for PlpgsqlStmt
Source§fn from(node: PlpgsqlForCursorStmt) -> PlpgsqlStmt
fn from(node: PlpgsqlForCursorStmt) -> PlpgsqlStmt
Converts to this type from the input type.
Source§impl From<PlpgsqlForDynStmt> for PlpgsqlStmt
impl From<PlpgsqlForDynStmt> for PlpgsqlStmt
Source§fn from(node: PlpgsqlForDynStmt) -> PlpgsqlStmt
fn from(node: PlpgsqlForDynStmt) -> PlpgsqlStmt
Converts to this type from the input type.
Source§impl From<PlpgsqlForEachStmt> for PlpgsqlStmt
impl From<PlpgsqlForEachStmt> for PlpgsqlStmt
Source§fn from(node: PlpgsqlForEachStmt) -> PlpgsqlStmt
fn from(node: PlpgsqlForEachStmt) -> PlpgsqlStmt
Converts to this type from the input type.
Source§impl From<PlpgsqlForIStmt> for PlpgsqlStmt
impl From<PlpgsqlForIStmt> for PlpgsqlStmt
Source§fn from(node: PlpgsqlForIStmt) -> PlpgsqlStmt
fn from(node: PlpgsqlForIStmt) -> PlpgsqlStmt
Converts to this type from the input type.
Source§impl From<PlpgsqlForQueryStmt> for PlpgsqlStmt
impl From<PlpgsqlForQueryStmt> for PlpgsqlStmt
Source§fn from(node: PlpgsqlForQueryStmt) -> PlpgsqlStmt
fn from(node: PlpgsqlForQueryStmt) -> PlpgsqlStmt
Converts to this type from the input type.
Source§impl From<PlpgsqlGetDiagStmt> for PlpgsqlStmt
impl From<PlpgsqlGetDiagStmt> for PlpgsqlStmt
Source§fn from(node: PlpgsqlGetDiagStmt) -> PlpgsqlStmt
fn from(node: PlpgsqlGetDiagStmt) -> PlpgsqlStmt
Converts to this type from the input type.
Source§impl From<PlpgsqlIfStmt> for PlpgsqlStmt
impl From<PlpgsqlIfStmt> for PlpgsqlStmt
Source§fn from(node: PlpgsqlIfStmt) -> PlpgsqlStmt
fn from(node: PlpgsqlIfStmt) -> PlpgsqlStmt
Converts to this type from the input type.
Source§impl From<PlpgsqlLoopStmt> for PlpgsqlStmt
impl From<PlpgsqlLoopStmt> for PlpgsqlStmt
Source§fn from(node: PlpgsqlLoopStmt) -> PlpgsqlStmt
fn from(node: PlpgsqlLoopStmt) -> PlpgsqlStmt
Converts to this type from the input type.
Source§impl From<PlpgsqlMoveStmt> for PlpgsqlStmt
impl From<PlpgsqlMoveStmt> for PlpgsqlStmt
Source§fn from(node: PlpgsqlMoveStmt) -> PlpgsqlStmt
fn from(node: PlpgsqlMoveStmt) -> PlpgsqlStmt
Converts to this type from the input type.
Source§impl From<PlpgsqlNullStmt> for PlpgsqlStmt
impl From<PlpgsqlNullStmt> for PlpgsqlStmt
Source§fn from(node: PlpgsqlNullStmt) -> PlpgsqlStmt
fn from(node: PlpgsqlNullStmt) -> PlpgsqlStmt
Converts to this type from the input type.
Source§impl From<PlpgsqlOpenStmt> for PlpgsqlStmt
impl From<PlpgsqlOpenStmt> for PlpgsqlStmt
Source§fn from(node: PlpgsqlOpenStmt) -> PlpgsqlStmt
fn from(node: PlpgsqlOpenStmt) -> PlpgsqlStmt
Converts to this type from the input type.
Source§impl From<PlpgsqlPerformStmt> for PlpgsqlStmt
impl From<PlpgsqlPerformStmt> for PlpgsqlStmt
Source§fn from(node: PlpgsqlPerformStmt) -> PlpgsqlStmt
fn from(node: PlpgsqlPerformStmt) -> PlpgsqlStmt
Converts to this type from the input type.
Source§impl From<PlpgsqlRaiseStmt> for PlpgsqlStmt
impl From<PlpgsqlRaiseStmt> for PlpgsqlStmt
Source§fn from(node: PlpgsqlRaiseStmt) -> PlpgsqlStmt
fn from(node: PlpgsqlRaiseStmt) -> PlpgsqlStmt
Converts to this type from the input type.
Source§impl From<PlpgsqlReturnNextStmt> for PlpgsqlStmt
impl From<PlpgsqlReturnNextStmt> for PlpgsqlStmt
Source§fn from(node: PlpgsqlReturnNextStmt) -> PlpgsqlStmt
fn from(node: PlpgsqlReturnNextStmt) -> PlpgsqlStmt
Converts to this type from the input type.
Source§impl From<PlpgsqlReturnQueryExecuteStmt> for PlpgsqlStmt
impl From<PlpgsqlReturnQueryExecuteStmt> for PlpgsqlStmt
Source§fn from(node: PlpgsqlReturnQueryExecuteStmt) -> PlpgsqlStmt
fn from(node: PlpgsqlReturnQueryExecuteStmt) -> PlpgsqlStmt
Converts to this type from the input type.
Source§impl From<PlpgsqlReturnQueryStmt> for PlpgsqlStmt
impl From<PlpgsqlReturnQueryStmt> for PlpgsqlStmt
Source§fn from(node: PlpgsqlReturnQueryStmt) -> PlpgsqlStmt
fn from(node: PlpgsqlReturnQueryStmt) -> PlpgsqlStmt
Converts to this type from the input type.
Source§impl From<PlpgsqlReturnStmt> for PlpgsqlStmt
impl From<PlpgsqlReturnStmt> for PlpgsqlStmt
Source§fn from(node: PlpgsqlReturnStmt) -> PlpgsqlStmt
fn from(node: PlpgsqlReturnStmt) -> PlpgsqlStmt
Converts to this type from the input type.
Source§impl From<PlpgsqlRollbackStmt> for PlpgsqlStmt
impl From<PlpgsqlRollbackStmt> for PlpgsqlStmt
Source§fn from(node: PlpgsqlRollbackStmt) -> PlpgsqlStmt
fn from(node: PlpgsqlRollbackStmt) -> PlpgsqlStmt
Converts to this type from the input type.
Source§impl From<PlpgsqlWhileStmt> for PlpgsqlStmt
impl From<PlpgsqlWhileStmt> for PlpgsqlStmt
Source§fn from(node: PlpgsqlWhileStmt) -> PlpgsqlStmt
fn from(node: PlpgsqlWhileStmt) -> PlpgsqlStmt
Converts to this type from the input type.
Source§impl Hash for PlpgsqlStmt
impl Hash for PlpgsqlStmt
Source§impl PartialEq for PlpgsqlStmt
impl PartialEq for PlpgsqlStmt
impl StructuralPartialEq for PlpgsqlStmt
Auto Trait Implementations§
impl !RefUnwindSafe for PlpgsqlStmt
impl !Send for PlpgsqlStmt
impl !Sync for PlpgsqlStmt
impl !UnwindSafe for PlpgsqlStmt
impl Freeze for PlpgsqlStmt
impl Unpin for PlpgsqlStmt
impl UnsafeUnpin for PlpgsqlStmt
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
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> ⓘ
Converts
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> ⓘ
Converts
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 more