Struct stomp_parser::headers::ReceiptIdValue
source · pub struct ReceiptIdValue { /* private fields */ }
Implementations§
Trait Implementations§
source§impl Clone for ReceiptIdValue
impl Clone for ReceiptIdValue
source§fn clone(&self) -> ReceiptIdValue
fn clone(&self) -> ReceiptIdValue
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ReceiptIdValue
impl Debug for ReceiptIdValue
source§impl DecodableValue for ReceiptIdValue
impl DecodableValue for ReceiptIdValue
fn decoded_value(&self) -> Result<Either<&str, String>, StompParseError>
source§impl Default for ReceiptIdValue
impl Default for ReceiptIdValue
source§impl Display for ReceiptIdValue
impl Display for ReceiptIdValue
source§impl HeaderValue for ReceiptIdValue
impl HeaderValue for ReceiptIdValue
source§impl Into<&str> for ReceiptIdValue
impl Into<&str> for ReceiptIdValue
source§impl PartialEq<ReceiptIdValue> for ReceiptIdValue
impl PartialEq<ReceiptIdValue> for ReceiptIdValue
source§fn eq(&self, other: &ReceiptIdValue) -> bool
fn eq(&self, other: &ReceiptIdValue) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for ReceiptIdValue
impl StructuralEq for ReceiptIdValue
impl StructuralPartialEq for ReceiptIdValue
Auto Trait Implementations§
impl RefUnwindSafe for ReceiptIdValue
impl Send for ReceiptIdValue
impl Sync for ReceiptIdValue
impl Unpin for ReceiptIdValue
impl UnwindSafe for ReceiptIdValue
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