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