pub struct WaitAckError {
pub status: HashMap<EndpointAddr, MessageStatusKind>,
pub exception: Option<WaitAckErrorException>,
}Fields§
§status: HashMap<EndpointAddr, MessageStatusKind>§exception: Option<WaitAckErrorException>Implementations§
Source§impl WaitAckError
impl WaitAckError
pub fn exception(exception: WaitAckErrorException) -> WaitAckError
Trait Implementations§
Source§impl<'__de, __Context> BorrowDecode<'__de, __Context> for WaitAckError
impl<'__de, __Context> BorrowDecode<'__de, __Context> for WaitAckError
Source§fn borrow_decode<__D>(decoder: &mut __D) -> Result<WaitAckError, DecodeError>where
__D: BorrowDecoder<'__de, Context = __Context>,
fn borrow_decode<__D>(decoder: &mut __D) -> Result<WaitAckError, DecodeError>where
__D: BorrowDecoder<'__de, Context = __Context>,
Attempt to decode this type with the given BorrowDecode.
Source§impl Clone for WaitAckError
impl Clone for WaitAckError
Source§fn clone(&self) -> WaitAckError
fn clone(&self) -> WaitAckError
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 WaitAckError
impl Debug for WaitAckError
Source§impl<__Context> Decode<__Context> for WaitAckError
impl<__Context> Decode<__Context> for WaitAckError
Source§fn decode<__D>(decoder: &mut __D) -> Result<WaitAckError, DecodeError>where
__D: Decoder<Context = __Context>,
fn decode<__D>(decoder: &mut __D) -> Result<WaitAckError, DecodeError>where
__D: Decoder<Context = __Context>,
Attempt to decode this type with the given Decode.
Source§impl<'de> Deserialize<'de> for WaitAckError
impl<'de> Deserialize<'de> for WaitAckError
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<WaitAckError, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<WaitAckError, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Encode for WaitAckError
impl Encode for WaitAckError
Source§impl From<WaitAckError> for ErrorKind
impl From<WaitAckError> for ErrorKind
Source§fn from(e: WaitAckError) -> Self
fn from(e: WaitAckError) -> Self
Converts to this type from the input type.
Source§impl Serialize for WaitAckError
impl Serialize for WaitAckError
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
Auto Trait Implementations§
impl Freeze for WaitAckError
impl RefUnwindSafe for WaitAckError
impl Send for WaitAckError
impl Sync for WaitAckError
impl Unpin for WaitAckError
impl UnsafeUnpin for WaitAckError
impl UnwindSafe for WaitAckError
Blanket Implementations§
impl<T> AppData for Twhere
T: OptionalSend + OptionalSync + 'static + OptionalSerde,
impl<T> AppDataResponse for Twhere
T: OptionalSend + OptionalSync + 'static + OptionalSerde,
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