Struct pyo3_polars::PySeries
source · #[repr(transparent)]pub struct PySeries(pub Series);
Expand description
A wrapper around a Series
that can be converted to and from python with pyo3
.
Tuple Fields§
§0: Series
Trait Implementations§
source§impl<'a> FromPyObject<'a> for PySeries
impl<'a> FromPyObject<'a> for PySeries
Auto Trait Implementations§
impl !RefUnwindSafe for PySeries
impl Send for PySeries
impl Sync for PySeries
impl Unpin for PySeries
impl !UnwindSafe for PySeries
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