#[repr(transparent)]pub struct Wrap<T>(pub T);
Tuple Fields§
§0: T
Trait Implementations§
Source§impl<'a> FromPyObject<'a> for Wrap<NullValues>
impl<'a> FromPyObject<'a> for Wrap<NullValues>
Source§impl<'a> FromPyObject<'a> for Wrap<PlSmallStr>
impl<'a> FromPyObject<'a> for Wrap<PlSmallStr>
Source§impl<'a, T: NativeType + FromPyObject<'a>> FromPyObject<'a> for Wrap<Vec<T>>
impl<'a, T: NativeType + FromPyObject<'a>> FromPyObject<'a> for Wrap<Vec<T>>
Source§impl<'py> FromPyObject<'py> for Wrap<AnyValue<'py>>
impl<'py> FromPyObject<'py> for Wrap<AnyValue<'py>>
Source§impl<'py> FromPyObject<'py> for Wrap<AsofStrategy>
impl<'py> FromPyObject<'py> for Wrap<AsofStrategy>
Source§impl<'py> FromPyObject<'py> for Wrap<CategoricalOrdering>
impl<'py> FromPyObject<'py> for Wrap<CategoricalOrdering>
Source§impl<'py> FromPyObject<'py> for Wrap<ClosedInterval>
impl<'py> FromPyObject<'py> for Wrap<ClosedInterval>
Source§impl<'py> FromPyObject<'py> for Wrap<ClosedWindow>
impl<'py> FromPyObject<'py> for Wrap<ClosedWindow>
Source§impl<'py> FromPyObject<'py> for Wrap<CsvEncoding>
impl<'py> FromPyObject<'py> for Wrap<CsvEncoding>
Source§impl<'py> FromPyObject<'py> for Wrap<DataType>
impl<'py> FromPyObject<'py> for Wrap<DataType>
Source§impl<'py> FromPyObject<'py> for Wrap<Field>
impl<'py> FromPyObject<'py> for Wrap<Field>
Source§impl<'py> FromPyObject<'py> for Wrap<IndexOrder>
impl<'py> FromPyObject<'py> for Wrap<IndexOrder>
Source§impl<'py> FromPyObject<'py> for Wrap<InterpolationMethod>
impl<'py> FromPyObject<'py> for Wrap<InterpolationMethod>
Source§impl<'py> FromPyObject<'py> for Wrap<IpcCompression>
impl<'py> FromPyObject<'py> for Wrap<IpcCompression>
Source§impl<'py> FromPyObject<'py> for Wrap<JoinType>
impl<'py> FromPyObject<'py> for Wrap<JoinType>
Source§impl<'py> FromPyObject<'py> for Wrap<JoinValidation>
impl<'py> FromPyObject<'py> for Wrap<JoinValidation>
Source§impl<'py> FromPyObject<'py> for Wrap<Label>
impl<'py> FromPyObject<'py> for Wrap<Label>
Source§impl<'py> FromPyObject<'py> for Wrap<ListToStructWidthStrategy>
impl<'py> FromPyObject<'py> for Wrap<ListToStructWidthStrategy>
Source§impl<'py> FromPyObject<'py> for Wrap<MaintainOrderJoin>
impl<'py> FromPyObject<'py> for Wrap<MaintainOrderJoin>
Source§impl<'py> FromPyObject<'py> for Wrap<NonExistent>
impl<'py> FromPyObject<'py> for Wrap<NonExistent>
Source§impl<'py> FromPyObject<'py> for Wrap<NullBehavior>
impl<'py> FromPyObject<'py> for Wrap<NullBehavior>
Source§impl<'py> FromPyObject<'py> for Wrap<NullStrategy>
impl<'py> FromPyObject<'py> for Wrap<NullStrategy>
Source§impl<'py> FromPyObject<'py> for Wrap<Option<AvroCompression>>
impl<'py> FromPyObject<'py> for Wrap<Option<AvroCompression>>
Source§impl<'py> FromPyObject<'py> for Wrap<Option<IpcCompression>>
impl<'py> FromPyObject<'py> for Wrap<Option<IpcCompression>>
Source§impl<'py> FromPyObject<'py> for Wrap<ParallelStrategy>
impl<'py> FromPyObject<'py> for Wrap<ParallelStrategy>
Source§impl<'py> FromPyObject<'py> for Wrap<QuantileMethod>
impl<'py> FromPyObject<'py> for Wrap<QuantileMethod>
Source§impl<'py> FromPyObject<'py> for Wrap<QuoteStyle>
impl<'py> FromPyObject<'py> for Wrap<QuoteStyle>
Source§impl<'py> FromPyObject<'py> for Wrap<RankMethod>
impl<'py> FromPyObject<'py> for Wrap<RankMethod>
Source§impl<'py> FromPyObject<'py> for Wrap<Roll>
impl<'py> FromPyObject<'py> for Wrap<Roll>
Source§impl<'py> FromPyObject<'py> for Wrap<ScanSources>
impl<'py> FromPyObject<'py> for Wrap<ScanSources>
Source§impl<'py> FromPyObject<'py> for Wrap<Schema>
impl<'py> FromPyObject<'py> for Wrap<Schema>
Source§impl<'py> FromPyObject<'py> for Wrap<SearchSortedSide>
impl<'py> FromPyObject<'py> for Wrap<SearchSortedSide>
Source§impl<'py> FromPyObject<'py> for Wrap<SetOperation>
impl<'py> FromPyObject<'py> for Wrap<SetOperation>
Source§impl<'py> FromPyObject<'py> for Wrap<StartBy>
impl<'py> FromPyObject<'py> for Wrap<StartBy>
Source§impl<'py> FromPyObject<'py> for Wrap<TimeUnit>
impl<'py> FromPyObject<'py> for Wrap<TimeUnit>
Source§impl<'py> FromPyObject<'py> for Wrap<UnicodeForm>
impl<'py> FromPyObject<'py> for Wrap<UnicodeForm>
Source§impl<'py> FromPyObject<'py> for Wrap<UniqueKeepStrategy>
impl<'py> FromPyObject<'py> for Wrap<UniqueKeepStrategy>
Source§impl<'py> FromPyObject<'py> for Wrap<WindowMapping>
impl<'py> FromPyObject<'py> for Wrap<WindowMapping>
Source§impl<'s> FromPyObject<'s> for Wrap<Row<'s>>
impl<'s> FromPyObject<'s> for Wrap<Row<'s>>
Source§impl<'s> FromPyObject<'s> for Wrap<StatisticsOptions>
impl<'s> FromPyObject<'s> for Wrap<StatisticsOptions>
Source§impl<'py> IntoPyObject<'py> for &Wrap<&BinaryChunked>
impl<'py> IntoPyObject<'py> for &Wrap<&BinaryChunked>
Source§type Output = Bound<'py, <&Wrap<&ChunkedArray<BinaryType>> as IntoPyObject<'py>>::Target>
type Output = Bound<'py, <&Wrap<&ChunkedArray<BinaryType>> as IntoPyObject<'py>>::Target>
The smart pointer type to use. Read more
Source§impl<'py> IntoPyObject<'py> for &Wrap<&StringChunked>
impl<'py> IntoPyObject<'py> for &Wrap<&StringChunked>
Source§type Output = Bound<'py, <&Wrap<&ChunkedArray<StringType>> as IntoPyObject<'py>>::Target>
type Output = Bound<'py, <&Wrap<&ChunkedArray<StringType>> as IntoPyObject<'py>>::Target>
The smart pointer type to use. Read more
Source§impl<'py> IntoPyObject<'py> for &Wrap<&StructChunked>
impl<'py> IntoPyObject<'py> for &Wrap<&StructChunked>
Source§type Output = Bound<'py, <&Wrap<&ChunkedArray<StructType>> as IntoPyObject<'py>>::Target>
type Output = Bound<'py, <&Wrap<&ChunkedArray<StructType>> as IntoPyObject<'py>>::Target>
The smart pointer type to use. Read more
Source§impl<'py> IntoPyObject<'py> for &Wrap<&DateChunked>
impl<'py> IntoPyObject<'py> for &Wrap<&DateChunked>
Source§impl<'py> IntoPyObject<'py> for &Wrap<&DatetimeChunked>
impl<'py> IntoPyObject<'py> for &Wrap<&DatetimeChunked>
Source§impl<'py> IntoPyObject<'py> for &Wrap<&DecimalChunked>
impl<'py> IntoPyObject<'py> for &Wrap<&DecimalChunked>
Source§type Output = Bound<'py, <&Wrap<&Logical<DecimalType, Int128Type>> as IntoPyObject<'py>>::Target>
type Output = Bound<'py, <&Wrap<&Logical<DecimalType, Int128Type>> as IntoPyObject<'py>>::Target>
The smart pointer type to use. Read more
Source§impl<'py> IntoPyObject<'py> for &Wrap<&DurationChunked>
impl<'py> IntoPyObject<'py> for &Wrap<&DurationChunked>
Source§impl<'py> IntoPyObject<'py> for &Wrap<&TimeChunked>
impl<'py> IntoPyObject<'py> for &Wrap<&TimeChunked>
Source§impl<'py> IntoPyObject<'py> for &Wrap<AnyValue<'_>>
impl<'py> IntoPyObject<'py> for &Wrap<AnyValue<'_>>
Source§impl<'py> IntoPyObject<'py> for &Wrap<DataType>
impl<'py> IntoPyObject<'py> for &Wrap<DataType>
Source§impl<'py> IntoPyObject<'py> for Wrap<&Schema>
impl<'py> IntoPyObject<'py> for Wrap<&Schema>
Source§impl<'py> IntoPyObject<'py> for Wrap<AnyValue<'_>>
impl<'py> IntoPyObject<'py> for Wrap<AnyValue<'_>>
Source§impl<'py> IntoPyObject<'py> for Wrap<CategoricalOrdering>
impl<'py> IntoPyObject<'py> for Wrap<CategoricalOrdering>
Source§type Output = Bound<'py, <Wrap<CategoricalOrdering> as IntoPyObject<'py>>::Target>
type Output = Bound<'py, <Wrap<CategoricalOrdering> as IntoPyObject<'py>>::Target>
The smart pointer type to use. Read more
Source§type Error = Infallible
type Error = Infallible
The type returned in the event of a conversion error.
Source§impl<'py> IntoPyObject<'py> for Wrap<Duration>
impl<'py> IntoPyObject<'py> for Wrap<Duration>
Source§impl<'py> IntoPyObject<'py> for Wrap<Operator>
impl<'py> IntoPyObject<'py> for Wrap<Operator>
Source§impl<'py> IntoPyObject<'py> for Wrap<PolarsWarning>
impl<'py> IntoPyObject<'py> for Wrap<PolarsWarning>
Source§type Output = Bound<'py, <Wrap<PolarsWarning> as IntoPyObject<'py>>::Target>
type Output = Bound<'py, <Wrap<PolarsWarning> as IntoPyObject<'py>>::Target>
The smart pointer type to use. Read more
Source§type Error = Infallible
type Error = Infallible
The type returned in the event of a conversion error.
Auto Trait Implementations§
impl<T> Freeze for Wrap<T>where
T: Freeze,
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<'py, T> FromPyObjectBound<'_, 'py> for Twhere
T: FromPyObject<'py>,
impl<'py, T> FromPyObjectBound<'_, 'py> for Twhere
T: FromPyObject<'py>,
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self> ⓘ
fn into_either(self, into_left: bool) -> Either<Self, Self> ⓘ
Converts
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self> ⓘ
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self> ⓘ
Converts
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moreSource§impl<'py, T> IntoPyObjectExt<'py> for Twhere
T: IntoPyObject<'py>,
impl<'py, T> IntoPyObjectExt<'py> for Twhere
T: IntoPyObject<'py>,
Source§fn into_bound_py_any(self, py: Python<'py>) -> Result<Bound<'py, PyAny>, PyErr>
fn into_bound_py_any(self, py: Python<'py>) -> Result<Bound<'py, PyAny>, PyErr>
Converts
self
into an owned Python object, dropping type information.