pub enum AssemblyResolverResult<'l> {
None,
Path(PathBuf),
Assembly(&'l Assembly<'l>),
}Variants§
Auto Trait Implementations§
impl<'l> !RefUnwindSafe for AssemblyResolverResult<'l>
impl<'l> !Send for AssemblyResolverResult<'l>
impl<'l> !Sync for AssemblyResolverResult<'l>
impl<'l> !UnwindSafe for AssemblyResolverResult<'l>
impl<'l> Freeze for AssemblyResolverResult<'l>
impl<'l> Unpin for AssemblyResolverResult<'l>
impl<'l> UnsafeUnpin for AssemblyResolverResult<'l>
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