pub struct EmptyResultPullup;Expand description
Replaces a subtree that cannot produce a row with an empty relation.
Trait Implementations§
Source§impl Clone for EmptyResultPullup
impl Clone for EmptyResultPullup
Source§fn clone(&self) -> EmptyResultPullup
fn clone(&self) -> EmptyResultPullup
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 moreimpl Copy for EmptyResultPullup
Source§impl Debug for EmptyResultPullup
impl Debug for EmptyResultPullup
Auto Trait Implementations§
impl Freeze for EmptyResultPullup
impl RefUnwindSafe for EmptyResultPullup
impl Send for EmptyResultPullup
impl Sync for EmptyResultPullup
impl Unpin for EmptyResultPullup
impl UnsafeUnpin for EmptyResultPullup
impl UnwindSafe for EmptyResultPullup
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