pub(crate) struct RingMessageField {
pub(crate) ident: Option<Ident>,
pub(crate) ty: Type,
pub(crate) id: bool,
pub(crate) correlation: bool,
pub(crate) priority: bool,
}Expand description
Field attributes for RingMessage.
Fields§
§ident: Option<Ident>§ty: Type§id: boolMark this field as the message ID.
correlation: boolMark this field as the correlation ID.
priority: boolMark this field as the priority.