pub enum ResponseCodeInterpreterCallStatus {
InProgress,
Completed,
Incomplete,
Interpreting,
Failed,
Unknown(String),
}Variants§
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for ResponseCodeInterpreterCallStatus
impl<'de> Deserialize<'de> for ResponseCodeInterpreterCallStatus
Source§fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
Deserialize this value from the given Serde deserializer. Read more
impl Eq for ResponseCodeInterpreterCallStatus
impl StructuralPartialEq for ResponseCodeInterpreterCallStatus
Auto Trait Implementations§
impl Freeze for ResponseCodeInterpreterCallStatus
impl RefUnwindSafe for ResponseCodeInterpreterCallStatus
impl Send for ResponseCodeInterpreterCallStatus
impl Sync for ResponseCodeInterpreterCallStatus
impl Unpin for ResponseCodeInterpreterCallStatus
impl UnsafeUnpin for ResponseCodeInterpreterCallStatus
impl UnwindSafe for ResponseCodeInterpreterCallStatus
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