Struct polars_core::utils::Wrap
source · #[repr(transparent)]pub struct Wrap<T>(pub T);
Tuple Fields§
§0: T
Trait Implementations§
source§impl PartialEq<Wrap<Series>> for Wrap<Series>
impl PartialEq<Wrap<Series>> for Wrap<Series>
impl Eq for Wrap<Series>
Auto Trait Implementations§
impl<T> RefUnwindSafe for Wrap<T>where
T: RefUnwindSafe,
impl<T> Send for Wrap<T>where
T: Send,
impl<T> Sync for Wrap<T>where
T: Sync,
impl<T> Unpin for Wrap<T>where
T: Unpin,
impl<T> UnwindSafe for Wrap<T>where
T: UnwindSafe,
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.