#[repr(u8)]pub enum WaitAckErrorException {
MessageDropped = 0,
Overflow = 1,
NoAvailableTarget = 2,
DurableMessageWithoutConfig = 3,
DurableMessageExpired = 4,
PayloadToLarge = 5,
}Variants§
MessageDropped = 0
Overflow = 1
NoAvailableTarget = 2
DurableMessageWithoutConfig = 3
DurableMessageExpired = 4
PayloadToLarge = 5
Trait Implementations§
Source§impl<'__de, __Context> BorrowDecode<'__de, __Context> for WaitAckErrorException
impl<'__de, __Context> BorrowDecode<'__de, __Context> for WaitAckErrorException
Source§fn borrow_decode<__D>(
decoder: &mut __D,
) -> Result<WaitAckErrorException, DecodeError>where
__D: BorrowDecoder<'__de, Context = __Context>,
fn borrow_decode<__D>(
decoder: &mut __D,
) -> Result<WaitAckErrorException, DecodeError>where
__D: BorrowDecoder<'__de, Context = __Context>,
Attempt to decode this type with the given BorrowDecode.
Source§impl Clone for WaitAckErrorException
impl Clone for WaitAckErrorException
Source§fn clone(&self) -> WaitAckErrorException
fn clone(&self) -> WaitAckErrorException
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 moreimpl Copy for WaitAckErrorException
Source§impl Debug for WaitAckErrorException
impl Debug for WaitAckErrorException
Source§impl<__Context> Decode<__Context> for WaitAckErrorException
impl<__Context> Decode<__Context> for WaitAckErrorException
Source§fn decode<__D>(decoder: &mut __D) -> Result<WaitAckErrorException, DecodeError>where
__D: Decoder<Context = __Context>,
fn decode<__D>(decoder: &mut __D) -> Result<WaitAckErrorException, DecodeError>where
__D: Decoder<Context = __Context>,
Attempt to decode this type with the given Decode.
Source§impl<'de> Deserialize<'de> for WaitAckErrorException
impl<'de> Deserialize<'de> for WaitAckErrorException
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<WaitAckErrorException, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<WaitAckErrorException, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Encode for WaitAckErrorException
impl Encode for WaitAckErrorException
impl Eq for WaitAckErrorException
Source§impl Hash for WaitAckErrorException
impl Hash for WaitAckErrorException
Source§impl PartialEq for WaitAckErrorException
impl PartialEq for WaitAckErrorException
Source§fn eq(&self, other: &WaitAckErrorException) -> bool
fn eq(&self, other: &WaitAckErrorException) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for WaitAckErrorException
impl Serialize for WaitAckErrorException
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
impl StructuralPartialEq for WaitAckErrorException
Auto Trait Implementations§
impl Freeze for WaitAckErrorException
impl RefUnwindSafe for WaitAckErrorException
impl Send for WaitAckErrorException
impl Sync for WaitAckErrorException
impl Unpin for WaitAckErrorException
impl UnsafeUnpin for WaitAckErrorException
impl UnwindSafe for WaitAckErrorException
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