Trait polars_core::chunked_array::upstream_traits::PolarsAsRef
source · Expand description
Local AsRef
Implementations on Foreign Types§
impl PolarsAsRef<str> for String
impl PolarsAsRef<str> for &str
impl PolarsAsRef<str> for &&str
impl<'a> PolarsAsRef<str> for Cow<'a, str>
impl PolarsAsRef<[u8]> for Vec<u8>
Available on crate feature
dtype-binary
only.impl PolarsAsRef<[u8]> for &[u8]
Available on crate feature
dtype-binary
only.impl PolarsAsRef<[u8]> for &&[u8]
Available on crate feature
dtype-binary
only.impl<'a> PolarsAsRef<[u8]> for Cow<'a, [u8]>
Available on crate feature
dtype-binary
only.