Enum polars_time::chunkedarray::utf8::Pattern
source · pub enum Pattern {
DateDMY,
DateYMD,
DatetimeYMD,
DatetimeDMY,
}
Variants§
Trait Implementations§
source§impl PartialEq<Pattern> for Pattern
impl PartialEq<Pattern> for Pattern
source§impl TryFrom<Pattern> for DatetimeInfer<i32>
Available on crate feature dtype-date
only.
impl TryFrom<Pattern> for DatetimeInfer<i32>
Available on crate feature
dtype-date
only.§type Error = PolarsError
type Error = PolarsError
The type returned in the event of a conversion error.
source§fn try_from(value: Pattern) -> PolarsResult<Self>
fn try_from(value: Pattern) -> PolarsResult<Self>
Performs the conversion.
source§impl TryFrom<Pattern> for DatetimeInfer<i64>
impl TryFrom<Pattern> for DatetimeInfer<i64>
§type Error = PolarsError
type Error = PolarsError
The type returned in the event of a conversion error.
source§fn try_from(value: Pattern) -> PolarsResult<Self>
fn try_from(value: Pattern) -> PolarsResult<Self>
Performs the conversion.
impl Copy for Pattern
impl Eq for Pattern
impl StructuralEq for Pattern
impl StructuralPartialEq for Pattern
Auto Trait Implementations§
impl RefUnwindSafe for Pattern
impl Send for Pattern
impl Sync for Pattern
impl Unpin for Pattern
impl UnwindSafe for Pattern
Blanket Implementations§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.