Enum lapin_async::types::AMQPType
[−]
pub enum AMQPType { Boolean, ShortShortInt, ShortShortUInt, ShortInt, ShortUInt, LongInt, LongUInt, LongLongInt, LongLongUInt, Float, Double, DecimalValue, ShortString, LongString, FieldArray, Timestamp, FieldTable, ByteArray, Void, }
Variants
Boolean
ShortShortInt
ShortShortUInt
ShortInt
ShortUInt
LongInt
LongUInt
LongLongInt
LongLongUInt
Float
Double
DecimalValue
ShortString
LongString
FieldArray
Timestamp
FieldTable
ByteArray
Void
Methods
impl AMQPType
Trait Implementations
impl Display for AMQPType
impl<'de> Deserialize<'de> for AMQPType
fn deserialize<__D>(
__deserializer: __D
) -> Result<AMQPType, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>,
__deserializer: __D
) -> Result<AMQPType, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>,
impl Serialize for AMQPType
fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer,
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer,
impl PartialEq<AMQPType> for AMQPType
fn eq(&self, __arg_0: &AMQPType) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &Rhs) -> bool
1.0.0
This method tests for !=
.
impl Debug for AMQPType
fn fmt(&self, __arg_0: &mut Formatter) -> Result<(), Error>
Formats the value using the given formatter.
impl Clone for AMQPType
fn clone(&self) -> AMQPType
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more