pub struct Guess(/* private fields */);
Expand description
A guess to pass to the current Executor
at the end of every progress
call.
Auto Trait Implementations§
impl Freeze for Guess
impl RefUnwindSafe for Guess
impl Send for Guess
impl Sync for Guess
impl Unpin for Guess
impl UnwindSafe for Guess
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