[−][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.
fn get_hour(&self) -> u8fn get_minute(&self) -> u8fn get_second(&self) -> u8fn get_microsecond(&self) -> u32fn get_fold(&self) -> u8impl PyTimeAccess for PyDateTime[src]fn get_hour(&self) -> u8[src]fn get_minute(&self) -> u8[src]fn get_second(&self) -> u8[src]fn get_microsecond(&self) -> u32[src]fn get_fold(&self) -> u8[src]impl PyTimeAccess for PyTime[src]fn get_hour(&self) -> u8[src]fn get_minute(&self) -> u8[src]fn get_second(&self) -> u8[src]fn get_microsecond(&self) -> u32[src]fn get_fold(&self) -> u8[src]