Struct pyo3_ffi::datetime::PyDateTimeAPISingleton
source · [−]struct PyDateTimeAPISingleton(UnsafeCell<*mut PyDateTime_CAPI>);
Tuple Fields
0: UnsafeCell<*mut PyDateTime_CAPI>
Trait Implementations
impl Sync for PyDateTimeAPISingleton
Auto Trait Implementations
impl !RefUnwindSafe for PyDateTimeAPISingleton
impl !Send for PyDateTimeAPISingleton
impl Unpin for PyDateTimeAPISingleton
impl UnwindSafe for PyDateTimeAPISingleton
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more