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