pub struct ParentRow;Expand description
A handle to the parent row, handed to a sub / where_exists closure.
row.col("creatorID") yields a Parent reference to that parent column.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ParentRow
impl RefUnwindSafe for ParentRow
impl Send for ParentRow
impl Sync for ParentRow
impl Unpin for ParentRow
impl UnsafeUnpin for ParentRow
impl UnwindSafe for ParentRow
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