pub enum JoinRows {
Owned(RowVec),
Deferred(Vec<DeferredRow>),
}Variants§
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for JoinRows
impl RefUnwindSafe for JoinRows
impl Send for JoinRows
impl Sync for JoinRows
impl Unpin for JoinRows
impl UnsafeUnpin for JoinRows
impl UnwindSafe for JoinRows
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