pub struct GoResolver { /* private fields */ }Expand description
Go import resolver — go.mod + module path resolution.
Implementations§
Trait Implementations§
Source§impl ImportResolver for GoResolver
impl ImportResolver for GoResolver
Auto Trait Implementations§
impl Freeze for GoResolver
impl RefUnwindSafe for GoResolver
impl Send for GoResolver
impl Sync for GoResolver
impl Unpin for GoResolver
impl UnsafeUnpin for GoResolver
impl UnwindSafe for GoResolver
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