struct Entity<'input> {
    name: &'input str,
    value: StrSpan<'input>,
}Fields§
§name: &'input str§value: StrSpan<'input>Auto Trait Implementations§
impl<'input> Freeze for Entity<'input>
impl<'input> RefUnwindSafe for Entity<'input>
impl<'input> Send for Entity<'input>
impl<'input> Sync for Entity<'input>
impl<'input> Unpin for Entity<'input>
impl<'input> UnwindSafe for Entity<'input>
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