pub enum Implementation<'db> {
File(File<'db>),
AssemblyRef(AssemblyRef<'db>),
ExportedType(ExportedType<'db>),
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl<'db> Freeze for Implementation<'db>
impl<'db> RefUnwindSafe for Implementation<'db>
impl<'db> Send for Implementation<'db>
impl<'db> Sync for Implementation<'db>
impl<'db> Unpin for Implementation<'db>
impl<'db> UnwindSafe for Implementation<'db>
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