Enum workflow_rpc::asynchronous::message::RespStatus
source · [−]pub enum RespStatus {
Success,
Error,
}Variants
Success
Error
Trait Implementations
sourceimpl TryFrom<u32> for RespStatus
impl TryFrom<u32> for RespStatus
type Error = TryFromError
type Error = TryFromError
The type returned in the event of a conversion error.
sourcefn try_from(v: u32) -> Result<Self, TryFromError>
fn try_from(v: u32) -> Result<Self, TryFromError>
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for RespStatus
impl Send for RespStatus
impl Sync for RespStatus
impl Unpin for RespStatus
impl UnwindSafe for RespStatus
Blanket Implementations
impl<T> Any for Twhere
T: Any,
impl<T> Any for Twhere
T: Any,
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more