Struct stomp_parser::headers::NameValue
source · pub struct NameValue {
pub name: String,
pub value: String,
}
Fields§
§name: String
§value: String
Trait Implementations§
source§impl PartialEq<NameValue> for NameValue
impl PartialEq<NameValue> for NameValue
impl Eq for NameValue
impl StructuralEq for NameValue
impl StructuralPartialEq for NameValue
Auto Trait Implementations§
impl RefUnwindSafe for NameValue
impl Send for NameValue
impl Sync for NameValue
impl Unpin for NameValue
impl UnwindSafe for NameValue
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