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