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