pub enum PrefetchSource {
Cte(String),
Query(Box<QueryStmt>),
}Variants§
Trait Implementations§
Source§impl Clone for PrefetchSource
impl Clone for PrefetchSource
Source§fn clone(&self) -> PrefetchSource
fn clone(&self) -> PrefetchSource
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 moreSource§impl Debug for PrefetchSource
impl Debug for PrefetchSource
Source§impl PartialEq for PrefetchSource
impl PartialEq for PrefetchSource
impl StructuralPartialEq for PrefetchSource
Auto Trait Implementations§
impl Freeze for PrefetchSource
impl RefUnwindSafe for PrefetchSource
impl Send for PrefetchSource
impl Sync for PrefetchSource
impl Unpin for PrefetchSource
impl UnsafeUnpin for PrefetchSource
impl UnwindSafe for PrefetchSource
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