#[repr(u32)]pub enum PropertyType {
Show 27 variants
PayloadFormatIndicator = 1,
MessageExpiryInterval = 2,
ContentType = 3,
ResponseTopic = 8,
CorrelationData = 9,
SubscriptionIdentifier = 11,
SessionExpiryInterval = 17,
AssignedClientIdentifier = 18,
ServerKeepAlive = 19,
AuthenticationMethod = 21,
AuthenticationData = 22,
RequestProblemInformation = 23,
WillDelayInterval = 24,
RequestResponseInformation = 25,
ResponseInformation = 26,
ServerReference = 28,
ReasonString = 31,
ReceiveMaximum = 33,
TopicAliasMaximum = 34,
TopicAlias = 35,
MaximumQos = 36,
RetainAvailable = 37,
UserProperty = 38,
MaximumPacketSize = 39,
WildcardSubscriptionAvailable = 40,
SubscriptionIdentifierAvailable = 41,
SharedSubscriptionAvailable = 42,
}Variants§
PayloadFormatIndicator = 1
MessageExpiryInterval = 2
ContentType = 3
ResponseTopic = 8
CorrelationData = 9
SubscriptionIdentifier = 11
SessionExpiryInterval = 17
AssignedClientIdentifier = 18
ServerKeepAlive = 19
AuthenticationMethod = 21
AuthenticationData = 22
RequestProblemInformation = 23
WillDelayInterval = 24
RequestResponseInformation = 25
ResponseInformation = 26
ServerReference = 28
ReasonString = 31
ReceiveMaximum = 33
TopicAliasMaximum = 34
TopicAlias = 35
MaximumQos = 36
RetainAvailable = 37
UserProperty = 38
MaximumPacketSize = 39
WildcardSubscriptionAvailable = 40
SubscriptionIdentifierAvailable = 41
Trait Implementations§
Source§impl Debug for PropertyType
impl Debug for PropertyType
Source§impl PartialEq for PropertyType
impl PartialEq for PropertyType
Source§impl TryFrom<u32> for PropertyType
impl TryFrom<u32> for PropertyType
Source§type Error = TryFromPrimitiveError<PropertyType>
type Error = TryFromPrimitiveError<PropertyType>
The type returned in the event of a conversion error.
Source§impl TryFromPrimitive for PropertyType
impl TryFromPrimitive for PropertyType
impl StructuralPartialEq for PropertyType
Auto Trait Implementations§
impl Freeze for PropertyType
impl RefUnwindSafe for PropertyType
impl Send for PropertyType
impl Sync for PropertyType
impl Unpin for PropertyType
impl UnwindSafe for PropertyType
Blanket Implementations§
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