pub struct JoinHint {
pub tables: Vec<String>,
pub method: JoinMethod,
}Expand description
A join method hint.
Fields§
§tables: Vec<String>Tables involved in the join.
method: JoinMethodJoin method to use.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for JoinHint
impl RefUnwindSafe for JoinHint
impl Send for JoinHint
impl Sync for JoinHint
impl Unpin for JoinHint
impl UnwindSafe for JoinHint
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