pub struct JoinReorderRule;
Expand description
Rule for reordering joins
Implementations§
Auto Trait Implementations§
impl Freeze for JoinReorderRule
impl RefUnwindSafe for JoinReorderRule
impl Send for JoinReorderRule
impl Sync for JoinReorderRule
impl Unpin for JoinReorderRule
impl UnwindSafe for JoinReorderRule
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