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