pub enum SecurityLabelObject {
Show 21 variants
ObjectAggregate(ObjectAggregate),
ObjectColumn(ObjectColumn),
ObjectDatabase(ObjectDatabase),
ObjectDomain(ObjectDomain),
ObjectEventTrigger(ObjectEventTrigger),
ObjectForeignTable(ObjectForeignTable),
ObjectFunction(ObjectFunction),
ObjectLanguage(ObjectLanguage),
ObjectLargeObject(ObjectLargeObject),
ObjectMaterializedView(ObjectMaterializedView),
ObjectProcedure(ObjectProcedure),
ObjectPublication(ObjectPublication),
ObjectRole(ObjectRole),
ObjectRoutine(ObjectRoutine),
ObjectSchema(ObjectSchema),
ObjectSequence(ObjectSequence),
ObjectSubscription(ObjectSubscription),
ObjectTable(ObjectTable),
ObjectTablespace(ObjectTablespace),
ObjectType(ObjectType),
ObjectView(ObjectView),
}Variants§
ObjectAggregate(ObjectAggregate)
ObjectColumn(ObjectColumn)
ObjectDatabase(ObjectDatabase)
ObjectDomain(ObjectDomain)
ObjectEventTrigger(ObjectEventTrigger)
ObjectForeignTable(ObjectForeignTable)
ObjectFunction(ObjectFunction)
ObjectLanguage(ObjectLanguage)
ObjectLargeObject(ObjectLargeObject)
ObjectMaterializedView(ObjectMaterializedView)
ObjectProcedure(ObjectProcedure)
ObjectPublication(ObjectPublication)
ObjectRole(ObjectRole)
ObjectRoutine(ObjectRoutine)
ObjectSchema(ObjectSchema)
ObjectSequence(ObjectSequence)
ObjectSubscription(ObjectSubscription)
ObjectTable(ObjectTable)
ObjectTablespace(ObjectTablespace)
ObjectType(ObjectType)
ObjectView(ObjectView)
Trait Implementations§
Source§impl AstNode for SecurityLabelObject
impl AstNode for SecurityLabelObject
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 SecurityLabelObject
impl Clone for SecurityLabelObject
Source§fn clone(&self) -> SecurityLabelObject
fn clone(&self) -> SecurityLabelObject
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 moreSource§impl Debug for SecurityLabelObject
impl Debug for SecurityLabelObject
impl Eq for SecurityLabelObject
Source§impl From<ObjectAggregate> for SecurityLabelObject
impl From<ObjectAggregate> for SecurityLabelObject
Source§fn from(node: ObjectAggregate) -> SecurityLabelObject
fn from(node: ObjectAggregate) -> SecurityLabelObject
Converts to this type from the input type.
Source§impl From<ObjectColumn> for SecurityLabelObject
impl From<ObjectColumn> for SecurityLabelObject
Source§fn from(node: ObjectColumn) -> SecurityLabelObject
fn from(node: ObjectColumn) -> SecurityLabelObject
Converts to this type from the input type.
Source§impl From<ObjectDatabase> for SecurityLabelObject
impl From<ObjectDatabase> for SecurityLabelObject
Source§fn from(node: ObjectDatabase) -> SecurityLabelObject
fn from(node: ObjectDatabase) -> SecurityLabelObject
Converts to this type from the input type.
Source§impl From<ObjectDomain> for SecurityLabelObject
impl From<ObjectDomain> for SecurityLabelObject
Source§fn from(node: ObjectDomain) -> SecurityLabelObject
fn from(node: ObjectDomain) -> SecurityLabelObject
Converts to this type from the input type.
Source§impl From<ObjectEventTrigger> for SecurityLabelObject
impl From<ObjectEventTrigger> for SecurityLabelObject
Source§fn from(node: ObjectEventTrigger) -> SecurityLabelObject
fn from(node: ObjectEventTrigger) -> SecurityLabelObject
Converts to this type from the input type.
Source§impl From<ObjectForeignTable> for SecurityLabelObject
impl From<ObjectForeignTable> for SecurityLabelObject
Source§fn from(node: ObjectForeignTable) -> SecurityLabelObject
fn from(node: ObjectForeignTable) -> SecurityLabelObject
Converts to this type from the input type.
Source§impl From<ObjectFunction> for SecurityLabelObject
impl From<ObjectFunction> for SecurityLabelObject
Source§fn from(node: ObjectFunction) -> SecurityLabelObject
fn from(node: ObjectFunction) -> SecurityLabelObject
Converts to this type from the input type.
Source§impl From<ObjectLanguage> for SecurityLabelObject
impl From<ObjectLanguage> for SecurityLabelObject
Source§fn from(node: ObjectLanguage) -> SecurityLabelObject
fn from(node: ObjectLanguage) -> SecurityLabelObject
Converts to this type from the input type.
Source§impl From<ObjectLargeObject> for SecurityLabelObject
impl From<ObjectLargeObject> for SecurityLabelObject
Source§fn from(node: ObjectLargeObject) -> SecurityLabelObject
fn from(node: ObjectLargeObject) -> SecurityLabelObject
Converts to this type from the input type.
Source§impl From<ObjectMaterializedView> for SecurityLabelObject
impl From<ObjectMaterializedView> for SecurityLabelObject
Source§fn from(node: ObjectMaterializedView) -> SecurityLabelObject
fn from(node: ObjectMaterializedView) -> SecurityLabelObject
Converts to this type from the input type.
Source§impl From<ObjectProcedure> for SecurityLabelObject
impl From<ObjectProcedure> for SecurityLabelObject
Source§fn from(node: ObjectProcedure) -> SecurityLabelObject
fn from(node: ObjectProcedure) -> SecurityLabelObject
Converts to this type from the input type.
Source§impl From<ObjectPublication> for SecurityLabelObject
impl From<ObjectPublication> for SecurityLabelObject
Source§fn from(node: ObjectPublication) -> SecurityLabelObject
fn from(node: ObjectPublication) -> SecurityLabelObject
Converts to this type from the input type.
Source§impl From<ObjectRole> for SecurityLabelObject
impl From<ObjectRole> for SecurityLabelObject
Source§fn from(node: ObjectRole) -> SecurityLabelObject
fn from(node: ObjectRole) -> SecurityLabelObject
Converts to this type from the input type.
Source§impl From<ObjectRoutine> for SecurityLabelObject
impl From<ObjectRoutine> for SecurityLabelObject
Source§fn from(node: ObjectRoutine) -> SecurityLabelObject
fn from(node: ObjectRoutine) -> SecurityLabelObject
Converts to this type from the input type.
Source§impl From<ObjectSchema> for SecurityLabelObject
impl From<ObjectSchema> for SecurityLabelObject
Source§fn from(node: ObjectSchema) -> SecurityLabelObject
fn from(node: ObjectSchema) -> SecurityLabelObject
Converts to this type from the input type.
Source§impl From<ObjectSequence> for SecurityLabelObject
impl From<ObjectSequence> for SecurityLabelObject
Source§fn from(node: ObjectSequence) -> SecurityLabelObject
fn from(node: ObjectSequence) -> SecurityLabelObject
Converts to this type from the input type.
Source§impl From<ObjectSubscription> for SecurityLabelObject
impl From<ObjectSubscription> for SecurityLabelObject
Source§fn from(node: ObjectSubscription) -> SecurityLabelObject
fn from(node: ObjectSubscription) -> SecurityLabelObject
Converts to this type from the input type.
Source§impl From<ObjectTable> for SecurityLabelObject
impl From<ObjectTable> for SecurityLabelObject
Source§fn from(node: ObjectTable) -> SecurityLabelObject
fn from(node: ObjectTable) -> SecurityLabelObject
Converts to this type from the input type.
Source§impl From<ObjectTablespace> for SecurityLabelObject
impl From<ObjectTablespace> for SecurityLabelObject
Source§fn from(node: ObjectTablespace) -> SecurityLabelObject
fn from(node: ObjectTablespace) -> SecurityLabelObject
Converts to this type from the input type.
Source§impl From<ObjectType> for SecurityLabelObject
impl From<ObjectType> for SecurityLabelObject
Source§fn from(node: ObjectType) -> SecurityLabelObject
fn from(node: ObjectType) -> SecurityLabelObject
Converts to this type from the input type.
Source§impl From<ObjectView> for SecurityLabelObject
impl From<ObjectView> for SecurityLabelObject
Source§fn from(node: ObjectView) -> SecurityLabelObject
fn from(node: ObjectView) -> SecurityLabelObject
Converts to this type from the input type.
Source§impl Hash for SecurityLabelObject
impl Hash for SecurityLabelObject
Source§impl PartialEq for SecurityLabelObject
impl PartialEq for SecurityLabelObject
impl StructuralPartialEq for SecurityLabelObject
Auto Trait Implementations§
impl !RefUnwindSafe for SecurityLabelObject
impl !Send for SecurityLabelObject
impl !Sync for SecurityLabelObject
impl !UnwindSafe for SecurityLabelObject
impl Freeze for SecurityLabelObject
impl Unpin for SecurityLabelObject
impl UnsafeUnpin for SecurityLabelObject
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