pub struct WithInterner<'a, T: ?Sized> {
pub target: &'a T,
pub interner: &'a Interner,
}Fields§
§target: &'a T§interner: &'a InternerTrait Implementations§
Auto Trait Implementations§
impl<'a, T> Freeze for WithInterner<'a, T>where
T: ?Sized,
impl<'a, T> RefUnwindSafe for WithInterner<'a, T>where
T: RefUnwindSafe + ?Sized,
impl<'a, T> Send for WithInterner<'a, T>
impl<'a, T> Sync for WithInterner<'a, T>
impl<'a, T> Unpin for WithInterner<'a, T>where
T: ?Sized,
impl<'a, T> UnwindSafe for WithInterner<'a, T>where
T: RefUnwindSafe + ?Sized,
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