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