pub struct DictHandler(pub Vec<(String, Value)>);Tuple Fields§
§0: Vec<(String, Value)>Implementations§
Source§impl DictHandler
impl DictHandler
Trait Implementations§
Source§impl Debug for DictHandler
impl Debug for DictHandler
Source§impl<'a> IntoIterator for &'a DictHandler
impl<'a> IntoIterator for &'a DictHandler
Auto Trait Implementations§
impl Freeze for DictHandler
impl RefUnwindSafe for DictHandler
impl Send for DictHandler
impl Sync for DictHandler
impl Unpin for DictHandler
impl UnsafeUnpin for DictHandler
impl UnwindSafe for DictHandler
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