pub struct PyDateTimeList<'a> { /* private fields */ }Trait Implementations§
Source§impl<'a> FromPyObject<'a> for PyDateTimeList<'a>
impl<'a> FromPyObject<'a> for PyDateTimeList<'a>
Auto Trait Implementations§
impl<'a> Freeze for PyDateTimeList<'a>
impl<'a> !RefUnwindSafe for PyDateTimeList<'a>
impl<'a> !Send for PyDateTimeList<'a>
impl<'a> !Sync for PyDateTimeList<'a>
impl<'a> Unpin for PyDateTimeList<'a>
impl<'a> !UnwindSafe for PyDateTimeList<'a>
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