Enum workflow_rpc::asynchronous::message::RespError
source · [−]pub enum RespError<T>where
T: BorshDeserialize,{
NoData,
Data(T),
Rpc(Error),
}Variants
NoData
Data(T)
Rpc(Error)
Trait Implementations
Auto Trait Implementations
impl<T> !RefUnwindSafe for RespError<T>
impl<T> Send for RespError<T>where
T: Send,
impl<T> Sync for RespError<T>where
T: Sync,
impl<T> Unpin for RespError<T>where
T: Unpin,
impl<T> !UnwindSafe for RespError<T>
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