Struct polars_core::frame::row::Row
source · Available on crate feature
rows
only.Tuple Fields§
§0: Vec<AnyValue<'a>>
Implementations§
Trait Implementations§
source§impl<'a> PartialEq<Row<'a>> for Row<'a>
impl<'a> PartialEq<Row<'a>> for Row<'a>
impl<'a> Eq for Row<'a>
impl<'a> StructuralEq for Row<'a>
impl<'a> StructuralPartialEq for Row<'a>
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for Row<'a>
impl<'a> Send for Row<'a>
impl<'a> Sync for Row<'a>
impl<'a> Unpin for Row<'a>
impl<'a> !UnwindSafe for Row<'a>
Blanket Implementations§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.