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