pub struct Entry<'src> {
pub id: &'src str,
pub values: HashMap<&'src str, &'src str>,
}Fields§
§id: &'src str§values: HashMap<&'src str, &'src str>Trait Implementations§
Auto Trait Implementations§
impl<'src> Freeze for Entry<'src>
impl<'src> RefUnwindSafe for Entry<'src>
impl<'src> Send for Entry<'src>
impl<'src> Sync for Entry<'src>
impl<'src> Unpin for Entry<'src>
impl<'src> UnsafeUnpin for Entry<'src>
impl<'src> UnwindSafe for Entry<'src>
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