pub struct OwnerTo { /* private fields */ }Implementations§
Source§impl OwnerTo
impl OwnerTo
pub fn role_ref(&self) -> Option<RoleRef>
pub fn owner_token(&self) -> Option<SyntaxToken>
pub fn to_token(&self) -> Option<SyntaxToken>
Trait Implementations§
Source§impl AstNode for OwnerTo
impl AstNode for OwnerTo
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 OwnerTo
Source§impl From<OwnerTo> for AlterAggregateAction
impl From<OwnerTo> for AlterAggregateAction
Source§fn from(node: OwnerTo) -> AlterAggregateAction
fn from(node: OwnerTo) -> AlterAggregateAction
Converts to this type from the input type.
Source§impl From<OwnerTo> for AlterCollationAction
impl From<OwnerTo> for AlterCollationAction
Source§fn from(node: OwnerTo) -> AlterCollationAction
fn from(node: OwnerTo) -> AlterCollationAction
Converts to this type from the input type.
Source§impl From<OwnerTo> for AlterConversionAction
impl From<OwnerTo> for AlterConversionAction
Source§fn from(node: OwnerTo) -> AlterConversionAction
fn from(node: OwnerTo) -> AlterConversionAction
Converts to this type from the input type.
Source§impl From<OwnerTo> for AlterDatabaseAction
impl From<OwnerTo> for AlterDatabaseAction
Source§fn from(node: OwnerTo) -> AlterDatabaseAction
fn from(node: OwnerTo) -> AlterDatabaseAction
Converts to this type from the input type.
Source§impl From<OwnerTo> for AlterDomainAction
impl From<OwnerTo> for AlterDomainAction
Source§fn from(node: OwnerTo) -> AlterDomainAction
fn from(node: OwnerTo) -> AlterDomainAction
Converts to this type from the input type.
Source§impl From<OwnerTo> for AlterEventTriggerAction
impl From<OwnerTo> for AlterEventTriggerAction
Source§fn from(node: OwnerTo) -> AlterEventTriggerAction
fn from(node: OwnerTo) -> AlterEventTriggerAction
Converts to this type from the input type.
Source§impl From<OwnerTo> for AlterForeignDataWrapperAction
impl From<OwnerTo> for AlterForeignDataWrapperAction
Source§fn from(node: OwnerTo) -> AlterForeignDataWrapperAction
fn from(node: OwnerTo) -> AlterForeignDataWrapperAction
Converts to this type from the input type.
Source§impl From<OwnerTo> for AlterFunctionAction
impl From<OwnerTo> for AlterFunctionAction
Source§fn from(node: OwnerTo) -> AlterFunctionAction
fn from(node: OwnerTo) -> AlterFunctionAction
Converts to this type from the input type.
Source§impl From<OwnerTo> for AlterLanguageAction
impl From<OwnerTo> for AlterLanguageAction
Source§fn from(node: OwnerTo) -> AlterLanguageAction
fn from(node: OwnerTo) -> AlterLanguageAction
Converts to this type from the input type.
Source§impl From<OwnerTo> for AlterOperatorAction
impl From<OwnerTo> for AlterOperatorAction
Source§fn from(node: OwnerTo) -> AlterOperatorAction
fn from(node: OwnerTo) -> AlterOperatorAction
Converts to this type from the input type.
Source§impl From<OwnerTo> for AlterOperatorClassAction
impl From<OwnerTo> for AlterOperatorClassAction
Source§fn from(node: OwnerTo) -> AlterOperatorClassAction
fn from(node: OwnerTo) -> AlterOperatorClassAction
Converts to this type from the input type.
Source§impl From<OwnerTo> for AlterOperatorFamilyAction
impl From<OwnerTo> for AlterOperatorFamilyAction
Source§fn from(node: OwnerTo) -> AlterOperatorFamilyAction
fn from(node: OwnerTo) -> AlterOperatorFamilyAction
Converts to this type from the input type.
Source§impl From<OwnerTo> for AlterProcedureAction
impl From<OwnerTo> for AlterProcedureAction
Source§fn from(node: OwnerTo) -> AlterProcedureAction
fn from(node: OwnerTo) -> AlterProcedureAction
Converts to this type from the input type.
Source§impl From<OwnerTo> for AlterPropertyGraphAction
impl From<OwnerTo> for AlterPropertyGraphAction
Source§fn from(node: OwnerTo) -> AlterPropertyGraphAction
fn from(node: OwnerTo) -> AlterPropertyGraphAction
Converts to this type from the input type.
Source§impl From<OwnerTo> for AlterPublicationAction
impl From<OwnerTo> for AlterPublicationAction
Source§fn from(node: OwnerTo) -> AlterPublicationAction
fn from(node: OwnerTo) -> AlterPublicationAction
Converts to this type from the input type.
Source§impl From<OwnerTo> for AlterRoutineAction
impl From<OwnerTo> for AlterRoutineAction
Source§fn from(node: OwnerTo) -> AlterRoutineAction
fn from(node: OwnerTo) -> AlterRoutineAction
Converts to this type from the input type.
Source§impl From<OwnerTo> for AlterSchemaAction
impl From<OwnerTo> for AlterSchemaAction
Source§fn from(node: OwnerTo) -> AlterSchemaAction
fn from(node: OwnerTo) -> AlterSchemaAction
Converts to this type from the input type.
Source§impl From<OwnerTo> for AlterSequenceAction
impl From<OwnerTo> for AlterSequenceAction
Source§fn from(node: OwnerTo) -> AlterSequenceAction
fn from(node: OwnerTo) -> AlterSequenceAction
Converts to this type from the input type.
Source§impl From<OwnerTo> for AlterServerAction
impl From<OwnerTo> for AlterServerAction
Source§fn from(node: OwnerTo) -> AlterServerAction
fn from(node: OwnerTo) -> AlterServerAction
Converts to this type from the input type.
Source§impl From<OwnerTo> for AlterStatisticsAction
impl From<OwnerTo> for AlterStatisticsAction
Source§fn from(node: OwnerTo) -> AlterStatisticsAction
fn from(node: OwnerTo) -> AlterStatisticsAction
Converts to this type from the input type.
Source§impl From<OwnerTo> for AlterSubscriptionAction
impl From<OwnerTo> for AlterSubscriptionAction
Source§fn from(node: OwnerTo) -> AlterSubscriptionAction
fn from(node: OwnerTo) -> AlterSubscriptionAction
Converts to this type from the input type.
Source§impl From<OwnerTo> for AlterTableAction
impl From<OwnerTo> for AlterTableAction
Source§fn from(node: OwnerTo) -> AlterTableAction
fn from(node: OwnerTo) -> AlterTableAction
Converts to this type from the input type.
Source§impl From<OwnerTo> for AlterTablespaceAction
impl From<OwnerTo> for AlterTablespaceAction
Source§fn from(node: OwnerTo) -> AlterTablespaceAction
fn from(node: OwnerTo) -> AlterTablespaceAction
Converts to this type from the input type.
Source§impl From<OwnerTo> for AlterTextSearchConfigurationAction
impl From<OwnerTo> for AlterTextSearchConfigurationAction
Source§fn from(node: OwnerTo) -> AlterTextSearchConfigurationAction
fn from(node: OwnerTo) -> AlterTextSearchConfigurationAction
Converts to this type from the input type.
Source§impl From<OwnerTo> for AlterTextSearchDictionaryAction
impl From<OwnerTo> for AlterTextSearchDictionaryAction
Source§fn from(node: OwnerTo) -> AlterTextSearchDictionaryAction
fn from(node: OwnerTo) -> AlterTextSearchDictionaryAction
Converts to this type from the input type.
Source§impl From<OwnerTo> for AlterTypeAction
impl From<OwnerTo> for AlterTypeAction
Source§fn from(node: OwnerTo) -> AlterTypeAction
fn from(node: OwnerTo) -> AlterTypeAction
Converts to this type from the input type.
Source§impl From<OwnerTo> for AlterViewAction
impl From<OwnerTo> for AlterViewAction
Source§fn from(node: OwnerTo) -> AlterViewAction
fn from(node: OwnerTo) -> AlterViewAction
Converts to this type from the input type.
impl StructuralPartialEq for OwnerTo
Auto Trait Implementations§
impl !RefUnwindSafe for OwnerTo
impl !Send for OwnerTo
impl !Sync for OwnerTo
impl !UnwindSafe for OwnerTo
impl Freeze for OwnerTo
impl Unpin for OwnerTo
impl UnsafeUnpin for OwnerTo
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