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