Enum workflow_nw::ipc::error::ResponseError
source · pub enum ResponseError {
}Variants§
Close
Timeout
NoData
NotFound
PoisonError
NonBorshRequest
NonSerdeRequest
ReqSerialize
ReqDeserialize
RespSerialize
NotificationDeserialize(String)
RespDeserialize(String)
Data(Vec<u8>)
Custom(String)
ReceiveChannelRx
Underlying WebSocket error
ReceiveChannelTx
Trait Implementations§
source§impl BorshDeserialize for ResponseError
impl BorshDeserialize for ResponseError
source§impl BorshSerialize for ResponseError
impl BorshSerialize for ResponseError
source§impl Clone for ResponseError
impl Clone for ResponseError
source§fn clone(&self) -> ResponseError
fn clone(&self) -> ResponseError
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for ResponseError
impl Debug for ResponseError
source§impl<'de> Deserialize<'de> for ResponseError
impl<'de> Deserialize<'de> for ResponseError
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Display for ResponseError
impl Display for ResponseError
source§impl Error for ResponseError
impl Error for ResponseError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
source§impl From<&str> for ResponseError
impl From<&str> for ResponseError
source§impl From<Error> for ResponseError
impl From<Error> for ResponseError
source§impl From<ResponseError> for Error
impl From<ResponseError> for Error
source§fn from(source: ResponseError) -> Self
fn from(source: ResponseError) -> Self
Converts to this type from the input type.
source§impl From<String> for ResponseError
impl From<String> for ResponseError
source§impl PartialEq for ResponseError
impl PartialEq for ResponseError
source§fn eq(&self, other: &ResponseError) -> bool
fn eq(&self, other: &ResponseError) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for ResponseError
impl Serialize for ResponseError
impl Eq for ResponseError
impl StructuralEq for ResponseError
impl StructuralPartialEq for ResponseError
Auto Trait Implementations§
impl RefUnwindSafe for ResponseError
impl Send for ResponseError
impl Sync for ResponseError
impl Unpin for ResponseError
impl UnwindSafe for ResponseError
Blanket Implementations§
§impl<T> AnySync for T
impl<T> AnySync for T
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