pub struct SetSchema { /* private fields */ }Implementations§
Source§impl SetSchema
impl SetSchema
pub fn schema_ref(&self) -> Option<SchemaRef>
pub fn schema_token(&self) -> Option<SyntaxToken>
pub fn set_token(&self) -> Option<SyntaxToken>
Trait Implementations§
Source§impl AstNode for SetSchema
impl AstNode for SetSchema
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,
impl Eq for SetSchema
Source§impl From<SetSchema> for AlterAggregateAction
impl From<SetSchema> for AlterAggregateAction
Source§fn from(node: SetSchema) -> AlterAggregateAction
fn from(node: SetSchema) -> AlterAggregateAction
Converts to this type from the input type.
Source§impl From<SetSchema> for AlterCollationAction
impl From<SetSchema> for AlterCollationAction
Source§fn from(node: SetSchema) -> AlterCollationAction
fn from(node: SetSchema) -> AlterCollationAction
Converts to this type from the input type.
Source§impl From<SetSchema> for AlterConversionAction
impl From<SetSchema> for AlterConversionAction
Source§fn from(node: SetSchema) -> AlterConversionAction
fn from(node: SetSchema) -> AlterConversionAction
Converts to this type from the input type.
Source§impl From<SetSchema> for AlterDomainAction
impl From<SetSchema> for AlterDomainAction
Source§fn from(node: SetSchema) -> AlterDomainAction
fn from(node: SetSchema) -> AlterDomainAction
Converts to this type from the input type.
Source§impl From<SetSchema> for AlterExtensionAction
impl From<SetSchema> for AlterExtensionAction
Source§fn from(node: SetSchema) -> AlterExtensionAction
fn from(node: SetSchema) -> AlterExtensionAction
Converts to this type from the input type.
Source§impl From<SetSchema> for AlterFunctionAction
impl From<SetSchema> for AlterFunctionAction
Source§fn from(node: SetSchema) -> AlterFunctionAction
fn from(node: SetSchema) -> AlterFunctionAction
Converts to this type from the input type.
Source§impl From<SetSchema> for AlterMaterializedViewAction
impl From<SetSchema> for AlterMaterializedViewAction
Source§fn from(node: SetSchema) -> AlterMaterializedViewAction
fn from(node: SetSchema) -> AlterMaterializedViewAction
Converts to this type from the input type.
Source§impl From<SetSchema> for AlterOperatorAction
impl From<SetSchema> for AlterOperatorAction
Source§fn from(node: SetSchema) -> AlterOperatorAction
fn from(node: SetSchema) -> AlterOperatorAction
Converts to this type from the input type.
Source§impl From<SetSchema> for AlterOperatorClassAction
impl From<SetSchema> for AlterOperatorClassAction
Source§fn from(node: SetSchema) -> AlterOperatorClassAction
fn from(node: SetSchema) -> AlterOperatorClassAction
Converts to this type from the input type.
Source§impl From<SetSchema> for AlterOperatorFamilyAction
impl From<SetSchema> for AlterOperatorFamilyAction
Source§fn from(node: SetSchema) -> AlterOperatorFamilyAction
fn from(node: SetSchema) -> AlterOperatorFamilyAction
Converts to this type from the input type.
Source§impl From<SetSchema> for AlterProcedureAction
impl From<SetSchema> for AlterProcedureAction
Source§fn from(node: SetSchema) -> AlterProcedureAction
fn from(node: SetSchema) -> AlterProcedureAction
Converts to this type from the input type.
Source§impl From<SetSchema> for AlterPropertyGraphAction
impl From<SetSchema> for AlterPropertyGraphAction
Source§fn from(node: SetSchema) -> AlterPropertyGraphAction
fn from(node: SetSchema) -> AlterPropertyGraphAction
Converts to this type from the input type.
Source§impl From<SetSchema> for AlterRoutineAction
impl From<SetSchema> for AlterRoutineAction
Source§fn from(node: SetSchema) -> AlterRoutineAction
fn from(node: SetSchema) -> AlterRoutineAction
Converts to this type from the input type.
Source§impl From<SetSchema> for AlterSequenceAction
impl From<SetSchema> for AlterSequenceAction
Source§fn from(node: SetSchema) -> AlterSequenceAction
fn from(node: SetSchema) -> AlterSequenceAction
Converts to this type from the input type.
Source§impl From<SetSchema> for AlterStatisticsAction
impl From<SetSchema> for AlterStatisticsAction
Source§fn from(node: SetSchema) -> AlterStatisticsAction
fn from(node: SetSchema) -> AlterStatisticsAction
Converts to this type from the input type.
Source§impl From<SetSchema> for AlterTableAction
impl From<SetSchema> for AlterTableAction
Source§fn from(node: SetSchema) -> AlterTableAction
fn from(node: SetSchema) -> AlterTableAction
Converts to this type from the input type.
Source§impl From<SetSchema> for AlterTextSearchConfigurationAction
impl From<SetSchema> for AlterTextSearchConfigurationAction
Source§fn from(node: SetSchema) -> AlterTextSearchConfigurationAction
fn from(node: SetSchema) -> AlterTextSearchConfigurationAction
Converts to this type from the input type.
Source§impl From<SetSchema> for AlterTextSearchDictionaryAction
impl From<SetSchema> for AlterTextSearchDictionaryAction
Source§fn from(node: SetSchema) -> AlterTextSearchDictionaryAction
fn from(node: SetSchema) -> AlterTextSearchDictionaryAction
Converts to this type from the input type.
Source§impl From<SetSchema> for AlterTextSearchParserAction
impl From<SetSchema> for AlterTextSearchParserAction
Source§fn from(node: SetSchema) -> AlterTextSearchParserAction
fn from(node: SetSchema) -> AlterTextSearchParserAction
Converts to this type from the input type.
Source§impl From<SetSchema> for AlterTextSearchTemplateAction
impl From<SetSchema> for AlterTextSearchTemplateAction
Source§fn from(node: SetSchema) -> AlterTextSearchTemplateAction
fn from(node: SetSchema) -> AlterTextSearchTemplateAction
Converts to this type from the input type.
Source§impl From<SetSchema> for AlterTypeAction
impl From<SetSchema> for AlterTypeAction
Source§fn from(node: SetSchema) -> AlterTypeAction
fn from(node: SetSchema) -> AlterTypeAction
Converts to this type from the input type.
Source§impl From<SetSchema> for AlterViewAction
impl From<SetSchema> for AlterViewAction
Source§fn from(node: SetSchema) -> AlterViewAction
fn from(node: SetSchema) -> AlterViewAction
Converts to this type from the input type.
impl StructuralPartialEq for SetSchema
Auto Trait Implementations§
impl !RefUnwindSafe for SetSchema
impl !Send for SetSchema
impl !Sync for SetSchema
impl !UnwindSafe for SetSchema
impl Freeze for SetSchema
impl Unpin for SetSchema
impl UnsafeUnpin for SetSchema
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