pub struct DatetimeInfer<T> { /* private fields */ }
Implementations
sourceimpl<T> DatetimeInfer<T> where
T: NativeType,
impl<T> DatetimeInfer<T> where
T: NativeType,
Trait Implementations
sourceimpl<T> Clone for DatetimeInfer<T> where
T: Clone,
impl<T> Clone for DatetimeInfer<T> where
T: Clone,
sourcefn clone(&self) -> DatetimeInfer<T>
fn clone(&self) -> DatetimeInfer<T>
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl 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.
sourcefn try_from(value: Pattern) -> Result<DatetimeInfer<i64>, PolarsError>
fn try_from(value: Pattern) -> Result<DatetimeInfer<i64>, PolarsError>
Performs the conversion.
sourceimpl TryFrom<Pattern> for DatetimeInfer<i32>
impl TryFrom<Pattern> for DatetimeInfer<i32>
type Error = PolarsError
type Error = PolarsError
The type returned in the event of a conversion error.
sourcefn try_from(value: Pattern) -> Result<DatetimeInfer<i32>, PolarsError>
fn try_from(value: Pattern) -> Result<DatetimeInfer<i32>, PolarsError>
Performs the conversion.
Auto Trait Implementations
impl<T> RefUnwindSafe for DatetimeInfer<T>
impl<T> Send for DatetimeInfer<T>
impl<T> Sync for DatetimeInfer<T>
impl<T> Unpin for DatetimeInfer<T>
impl<T> UnwindSafe for DatetimeInfer<T>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> Pointable for T
impl<T> Pointable for T
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into
)Uses borrowed data to replace owned data, usually by cloning. Read more