pub struct Prior {
pub this: Expression,
}Expand description
Oracle PRIOR expression - references parent row’s value in CONNECT BY
Fields§
§this: ExpressionTrait Implementations§
Source§impl<'de> Deserialize<'de> for Prior
impl<'de> Deserialize<'de> for Prior
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl StructuralPartialEq for Prior
Auto Trait Implementations§
impl Freeze for Prior
impl RefUnwindSafe for Prior
impl Send for Prior
impl Sync for Prior
impl Unpin for Prior
impl UnwindSafe for Prior
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