pub enum JoinMethod {
NestedLoop,
Hash,
Merge,
}Expand description
Join methods.
Variants§
Trait Implementations§
Source§impl Clone for JoinMethod
impl Clone for JoinMethod
Source§fn clone(&self) -> JoinMethod
fn clone(&self) -> JoinMethod
Returns a duplicate of the value. Read more
1.0.0 · 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 JoinMethod
impl Debug for JoinMethod
Source§impl PartialEq for JoinMethod
impl PartialEq for JoinMethod
impl Copy for JoinMethod
impl Eq for JoinMethod
impl StructuralPartialEq for JoinMethod
Auto Trait Implementations§
impl Freeze for JoinMethod
impl RefUnwindSafe for JoinMethod
impl Send for JoinMethod
impl Sync for JoinMethod
impl Unpin for JoinMethod
impl UnwindSafe for JoinMethod
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