pub struct totalSeconds;
Trait Implementations§
Source§impl Field for totalSeconds
impl Field for totalSeconds
Source§impl HasField<totalSeconds> for WrappedDataByYear
impl HasField<totalSeconds> for WrappedDataByYear
Auto Trait Implementations§
impl Freeze for totalSeconds
impl RefUnwindSafe for totalSeconds
impl Send for totalSeconds
impl Sync for totalSeconds
impl Unpin for totalSeconds
impl UnwindSafe for totalSeconds
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