pub struct JoinHypergraph(/* private fields */);Expand description
Opaque MySQL JoinHypergraph (hypergraph used by the new join optimizer)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for JoinHypergraph
impl RefUnwindSafe for JoinHypergraph
impl Send for JoinHypergraph
impl Sync for JoinHypergraph
impl Unpin for JoinHypergraph
impl UnsafeUnpin for JoinHypergraph
impl UnwindSafe for JoinHypergraph
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