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