Struct stomp_parser::headers::AcceptVersionValue
source · pub struct AcceptVersionValue { /* private fields */ }
Implementations§
Trait Implementations§
source§impl Clone for AcceptVersionValue
impl Clone for AcceptVersionValue
source§fn clone(&self) -> AcceptVersionValue
fn clone(&self) -> AcceptVersionValue
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 AcceptVersionValue
impl Debug for AcceptVersionValue
source§impl Default for AcceptVersionValue
impl Default for AcceptVersionValue
source§impl Display for AcceptVersionValue
impl Display for AcceptVersionValue
source§impl HeaderValue for AcceptVersionValue
impl HeaderValue for AcceptVersionValue
type OwnedValue = StompVersions
type Value = StompVersions
const OWNED: bool = true
fn header_name(&self) -> &str
source§impl Into<StompVersions> for AcceptVersionValue
impl Into<StompVersions> for AcceptVersionValue
source§fn into(self) -> StompVersions
fn into(self) -> StompVersions
Converts this type into the (usually inferred) input type.
source§impl PartialEq<AcceptVersionValue> for AcceptVersionValue
impl PartialEq<AcceptVersionValue> for AcceptVersionValue
source§fn eq(&self, other: &AcceptVersionValue) -> bool
fn eq(&self, other: &AcceptVersionValue) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for AcceptVersionValue
impl StructuralEq for AcceptVersionValue
impl StructuralPartialEq for AcceptVersionValue
Auto Trait Implementations§
impl RefUnwindSafe for AcceptVersionValue
impl Send for AcceptVersionValue
impl Sync for AcceptVersionValue
impl Unpin for AcceptVersionValue
impl UnwindSafe for AcceptVersionValue
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