Struct amq_protocol_codegen::AMQPConstant [−][src]
Expand description
A constant as defined in the AMQP specification
Fields
name: String
The name of the constant
value: LongUInt
The value of the constant
amqp_type: AMQPType
The type of the constant
Trait Implementations
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
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for AMQPConstant
impl Send for AMQPConstant
impl Sync for AMQPConstant
impl Unpin for AMQPConstant
impl UnwindSafe for AMQPConstant
Blanket Implementations
Mutably borrows from an owned value. Read more