Struct stomp_parser::headers::HostValue
source · pub struct HostValue { /* private fields */ }
Implementations§
Trait Implementations§
source§impl DecodableValue for HostValue
impl DecodableValue for HostValue
fn decoded_value(&self) -> Result<Either<&str, String>, StompParseError>
source§impl HeaderValue for HostValue
impl HeaderValue for HostValue
source§impl PartialEq<HostValue> for HostValue
impl PartialEq<HostValue> for HostValue
impl Eq for HostValue
impl StructuralEq for HostValue
impl StructuralPartialEq for HostValue
Auto Trait Implementations§
impl RefUnwindSafe for HostValue
impl Send for HostValue
impl Sync for HostValue
impl Unpin for HostValue
impl UnwindSafe for HostValue
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