Struct stomp_parser::server::ReceiptFrameBuilder
source · pub struct ReceiptFrameBuilder { /* private fields */ }
Expand description
This frame has required headers receipt_id
.
Implementations§
source§impl ReceiptFrameBuilder
impl ReceiptFrameBuilder
pub fn new( receipt_id: <ReceiptIdValue as HeaderValue>::OwnedValue ) -> ReceiptFrameBuilder
pub fn build(self) -> ReceiptFrame
Auto Trait Implementations§
impl RefUnwindSafe for ReceiptFrameBuilder
impl Send for ReceiptFrameBuilder
impl Sync for ReceiptFrameBuilder
impl Unpin for ReceiptFrameBuilder
impl UnwindSafe for ReceiptFrameBuilder
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