pub struct CombinedJoinDataBothEmpty {
pub join: LeftGroupedJoin,
}Fields§
§join: LeftGroupedJoinTrait Implementations§
Source§impl JoinDataOperations<(), ()> for CombinedJoinDataBothEmpty
impl JoinDataOperations<(), ()> for CombinedJoinDataBothEmpty
type LeftDataElementType = ()
type RightDataElementType = ()
fn join(&self) -> &LeftGroupedJoin
fn left_data(&self) -> Option<&Self::LeftDataElementType>
fn right_data(&self) -> Option<&Vec<Self::RightDataElementType>>
Auto Trait Implementations§
impl Freeze for CombinedJoinDataBothEmpty
impl RefUnwindSafe for CombinedJoinDataBothEmpty
impl Send for CombinedJoinDataBothEmpty
impl Sync for CombinedJoinDataBothEmpty
impl Unpin for CombinedJoinDataBothEmpty
impl UnwindSafe for CombinedJoinDataBothEmpty
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