[−][src]Trait pyo3::types::PyTimeAccess
Trait for accessing the time components of a struct containing a time.
Trait for accessing the time components of a struct containing a time.
pub fn get_hour(&self) -> u8[src]pub fn get_minute(&self) -> u8[src]pub fn get_second(&self) -> u8[src]pub fn get_microsecond(&self) -> u32[src]pub fn get_fold(&self) -> u8[src]impl PyTimeAccess for PyDateTime[src]pub fn get_hour(&self) -> u8[src]pub fn get_minute(&self) -> u8[src]pub fn get_second(&self) -> u8[src]pub fn get_microsecond(&self) -> u32[src]pub fn get_fold(&self) -> u8[src]impl PyTimeAccess for PyTime[src]pub fn get_hour(&self) -> u8[src]pub fn get_minute(&self) -> u8[src]pub fn get_second(&self) -> u8[src]pub fn get_microsecond(&self) -> u32[src]pub fn get_fold(&self) -> u8[src]