pub struct NixProvider;Trait Implementations§
Source§impl Provider for NixProvider
impl Provider for NixProvider
fn fetch(&self, source: &str) -> Result<FetchedSource, GitClosureError>
Auto Trait Implementations§
impl Freeze for NixProvider
impl RefUnwindSafe for NixProvider
impl Send for NixProvider
impl Sync for NixProvider
impl Unpin for NixProvider
impl UnsafeUnpin for NixProvider
impl UnwindSafe for NixProvider
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