Struct polars_core::utils::Wrap
source · #[repr(transparent)]pub struct Wrap<T>(pub T);
Tuple Fields§
§0: T
Trait Implementations§
source§impl PartialEq for Wrap<Series>
impl PartialEq 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<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
§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,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.