pub struct ExistsSubquery { /* private fields */ }Expand description
EXISTS subquery expression
Implementations§
Auto Trait Implementations§
impl Freeze for ExistsSubquery
impl RefUnwindSafe for ExistsSubquery
impl Send for ExistsSubquery
impl Sync for ExistsSubquery
impl Unpin for ExistsSubquery
impl UnwindSafe for ExistsSubquery
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