Struct polars::chunked_array::object::DatetimeType
source · [−]pub struct DatetimeType {}
This is supported on crate feature
object
only.Trait Implementations
sourceimpl PolarsDataType for DatetimeType
impl PolarsDataType for DatetimeType
Auto Trait Implementations
impl RefUnwindSafe for DatetimeType
impl Send for DatetimeType
impl Sync for DatetimeType
impl Unpin for DatetimeType
impl UnwindSafe for DatetimeType
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