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