pub struct JoinedSeries {
pub index: Index,
pub left_values: Column,
pub right_values: Column,
}Fields§
§index: Index§left_values: Column§right_values: ColumnTrait Implementations§
Source§impl Clone for JoinedSeries
impl Clone for JoinedSeries
Source§fn clone(&self) -> JoinedSeries
fn clone(&self) -> JoinedSeries
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for JoinedSeries
impl Debug for JoinedSeries
Source§impl PartialEq for JoinedSeries
impl PartialEq for JoinedSeries
Source§fn eq(&self, other: &JoinedSeries) -> bool
fn eq(&self, other: &JoinedSeries) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for JoinedSeries
Auto Trait Implementations§
impl !Freeze for JoinedSeries
impl RefUnwindSafe for JoinedSeries
impl Send for JoinedSeries
impl Sync for JoinedSeries
impl Unpin for JoinedSeries
impl UnsafeUnpin for JoinedSeries
impl UnwindSafe for JoinedSeries
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