pub struct KeyValueList(pub Vec<(Key, String)>);Tuple Fields§
§0: Vec<(Key, String)>Trait Implementations§
Source§impl Serializer for KeyValueList
impl Serializer for KeyValueList
Auto Trait Implementations§
impl Freeze for KeyValueList
impl RefUnwindSafe for KeyValueList
impl Send for KeyValueList
impl Sync for KeyValueList
impl Unpin for KeyValueList
impl UnwindSafe for KeyValueList
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