Struct salsa_2022::interned::IdentityInterner
source · [−]pub struct IdentityInterner<Id: AsId> { /* private fields */ }
Implementations
Auto Trait Implementations
impl<Id> RefUnwindSafe for IdentityInterner<Id>where
Id: RefUnwindSafe,
impl<Id> Send for IdentityInterner<Id>where
Id: Send,
impl<Id> Sync for IdentityInterner<Id>where
Id: Sync,
impl<Id> Unpin for IdentityInterner<Id>where
Id: Unpin,
impl<Id> UnwindSafe for IdentityInterner<Id>where
Id: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more