pub enum GetResultStatus {
processing,
ready,
error,
}Variants§
Implementations§
Source§impl GetResultStatus
impl GetResultStatus
pub fn value_as_string(&self) -> String
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