pyo3::types

Module datetime

Source
Available on non-Py_LIMITED_API only.
Expand description

Safe Rust wrappers for types defined in the Python datetime library

For more details about these types, see the Python documentation

Macrosยง

Structsยง

  • Bindings around datetime.date.
  • Bindings for datetime.datetime.
  • Bindings for datetime.timedelta.
  • Bindings for datetime.time.
  • Bindings for datetime.tzinfo.

Traitsยง

  • Trait for accessing the date components of a struct containing a date.
  • Trait for accessing the components of a struct containing a timedelta.
  • Trait for accessing the time components of a struct containing a time.
  • Trait for accessing the components of a struct containing a tzinfo.

Functionsยง

โš ๏ธ Internal Docs โš ๏ธ Not Public API ๐Ÿ‘‰ Official Docs Here