pub enum GetResultStatus {
processing,
ready,
error,
}
Variants§
Trait Implementations§
Source§impl Debug for GetResultStatus
impl Debug for GetResultStatus
Auto Trait Implementations§
impl Freeze for GetResultStatus
impl RefUnwindSafe for GetResultStatus
impl Send for GetResultStatus
impl Sync for GetResultStatus
impl Unpin for GetResultStatus
impl UnwindSafe for GetResultStatus
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