pub struct Seconds;
Expand description
Seconds
Trait Implementations§
Source§impl Ord for Seconds
impl Ord for Seconds
Source§impl PartialOrd for Seconds
impl PartialOrd for Seconds
Source§impl Unit for Seconds
impl Unit for Seconds
Source§const UNIT: NPY_DATETIMEUNIT = NPY_DATETIMEUNIT::NPY_FR_s
const UNIT: NPY_DATETIMEUNIT = NPY_DATETIMEUNIT::NPY_FR_s
The matching NumPy datetime unit code
impl Copy for Seconds
impl Eq for Seconds
impl StructuralPartialEq for Seconds
Auto Trait Implementations§
impl Freeze for Seconds
impl RefUnwindSafe for Seconds
impl Send for Seconds
impl Sync for Seconds
impl Unpin for Seconds
impl UnwindSafe for Seconds
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