pub enum InfoPlan {
RelInfoPlan(QualifiedIdentifier),
RoutineInfoPlan(Routine),
SchemaInfoPlan,
}Expand description
Non-database info plan
Variants§
RelInfoPlan(QualifiedIdentifier)
OPTIONS on a relation
RoutineInfoPlan(Routine)
OPTIONS on a routine
SchemaInfoPlan
OPTIONS on root schema
Trait Implementations§
Auto Trait Implementations§
impl Freeze for InfoPlan
impl RefUnwindSafe for InfoPlan
impl Send for InfoPlan
impl Sync for InfoPlan
impl Unpin for InfoPlan
impl UnsafeUnpin for InfoPlan
impl UnwindSafe for InfoPlan
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