#[repr(i32)]pub enum RteKind {
RtekindUndefined = 0,
RteRelation = 1,
RteSubquery = 2,
RteJoin = 3,
RteFunction = 4,
RteTablefunc = 5,
RteValues = 6,
RteCte = 7,
RteNamedtuplestore = 8,
RteResult = 9,
}
Variants§
RtekindUndefined = 0
RteRelation = 1
RteSubquery = 2
RteJoin = 3
RteFunction = 4
RteTablefunc = 5
RteValues = 6
RteCte = 7
RteNamedtuplestore = 8
RteResult = 9
Implementations§
Trait Implementations§
Source§impl Ord for RteKind
impl Ord for RteKind
Source§impl PartialOrd for RteKind
impl PartialOrd for RteKind
impl Copy for RteKind
impl Eq for RteKind
impl StructuralPartialEq for RteKind
Auto Trait Implementations§
impl Freeze for RteKind
impl RefUnwindSafe for RteKind
impl Send for RteKind
impl Sync for RteKind
impl Unpin for RteKind
impl UnwindSafe for RteKind
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