Struct stomp_parser::server::ReceiptFrame
source · pub struct ReceiptFrame {
pub receipt_id: ReceiptIdValue,
/* private fields */
}
Expand description
This frame has required headers receipt_id
.
Fields§
§receipt_id: ReceiptIdValue
The value of the receipt_id
header.
Implementations§
Trait Implementations§
source§impl Debug for ReceiptFrame
impl Debug for ReceiptFrame
Auto Trait Implementations§
impl RefUnwindSafe for ReceiptFrame
impl Send for ReceiptFrame
impl Sync for ReceiptFrame
impl Unpin for ReceiptFrame
impl UnwindSafe for ReceiptFrame
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