Struct polars_core::series::unstable::UnstableSeries
source · [−]pub struct UnstableSeries<'a> { /* private fields */ }
Expand description
A wrapper type that should make it a bit more clear that we should not clone Series
Implementations
Trait Implementations
sourceimpl AsRef<Series> for UnstableSeries<'_>
impl AsRef<Series> for UnstableSeries<'_>
We don’t implement Deref so that the caller is aware of converting to Series
Auto Trait Implementations
impl<'a> !RefUnwindSafe for UnstableSeries<'a>
impl<'a> !Send for UnstableSeries<'a>
impl<'a> !Sync for UnstableSeries<'a>
impl<'a> Unpin for UnstableSeries<'a>
impl<'a> !UnwindSafe for UnstableSeries<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more