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