Struct ason::NameValuePair
source · pub struct NameValuePair {
pub name: String,
pub value: Box<AsonNode>,
}Fields§
§name: String§value: Box<AsonNode>Trait Implementations§
source§impl Debug for NameValuePair
impl Debug for NameValuePair
source§impl PartialEq for NameValuePair
impl PartialEq for NameValuePair
source§fn eq(&self, other: &NameValuePair) -> bool
fn eq(&self, other: &NameValuePair) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for NameValuePair
Auto Trait Implementations§
impl Freeze for NameValuePair
impl RefUnwindSafe for NameValuePair
impl Send for NameValuePair
impl Sync for NameValuePair
impl Unpin for NameValuePair
impl UnwindSafe for NameValuePair
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