pub struct MessageId(Uuid);Expand description
Id assigned to an crate::Envelope when it is constructed.
This is a gateway UUID, not a protocol message-id. STOMP and OWP keep
their own identifiers in headers. Self::default mints a new v4,
not a nil UUID.
Tuple Fields§
§0: UuidImplementations§
Trait Implementations§
impl Eq for MessageId
impl StructuralPartialEq for MessageId
Auto Trait Implementations§
impl Freeze for MessageId
impl RefUnwindSafe for MessageId
impl Send for MessageId
impl Sync for MessageId
impl Unpin for MessageId
impl UnwindSafe for MessageId
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