#[repr(C)]pub struct PyDateTime_TZInfo {
pub ob_base: PyObject,
}Fields§
§ob_base: PyObjectTrait Implementations§
Auto Trait Implementations§
impl Freeze for PyDateTime_TZInfo
impl RefUnwindSafe for PyDateTime_TZInfo
impl !Send for PyDateTime_TZInfo
impl !Sync for PyDateTime_TZInfo
impl Unpin for PyDateTime_TZInfo
impl UnsafeUnpin for PyDateTime_TZInfo
impl UnwindSafe for PyDateTime_TZInfo
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more