pub struct NamedValue(pub &'static str, pub Value);
Tuple Fields§
§0: &'static str
§1: Value
Implementations§
Trait Implementations§
Source§impl Debug for NamedValue
impl Debug for NamedValue
Source§impl SimpleValue for NamedValue
impl SimpleValue for NamedValue
Auto Trait Implementations§
impl Freeze for NamedValue
impl RefUnwindSafe for NamedValue
impl Send for NamedValue
impl Sync for NamedValue
impl Unpin for NamedValue
impl UnwindSafe for NamedValue
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