☰
PolarsAsRef
Implementations on Foreign Types
&&str
&str
Cow<'a, str>
String
Implementors
In polars_core::chunked_array::upstream_traits
?
Trait
polars_core
::
chunked_array
::
upstream_traits
::
PolarsAsRef
source
·
[
−
]
pub trait PolarsAsRef<T: ?
Sized
>:
AsRef
<T> { }
Expand description
Local AsRef
trait to circumvent the orphan rule.
Implementations on Foreign Types
source
impl
PolarsAsRef
<
str
> for
String
source
impl
PolarsAsRef
<
str
> for &
str
source
impl
PolarsAsRef
<
str
> for &&
str
source
impl<'a>
PolarsAsRef
<
str
> for
Cow
<'a,
str
>
Implementors