pub struct LocalRegistry;Implementations§
Source§impl LocalRegistry
impl LocalRegistry
Trait Implementations§
Source§impl Debug for LocalRegistry
impl Debug for LocalRegistry
Source§impl Default for LocalRegistry
impl Default for LocalRegistry
Source§impl Registry for LocalRegistry
impl Registry for LocalRegistry
fn version_info<'a>( &'a self, id: &'a PackageId, metadata: Option<&'a Value>, ) -> Pin<Box<dyn Future<Output = Result<Vec<VersionInfo>>> + 'a>>
fn resolve<'a>( &'a self, ref_: &'a PackageRef, metadata: Option<&'a Value>, ) -> Pin<Box<dyn Future<Output = Result<ResolvedVersion>> + 'a>>
fn revalidate_checksum<'a>( &'a self, ref_: &'a PackageRef, metadata: Option<&'a Value>, ) -> Result<Option<Checksum>>
Auto Trait Implementations§
impl Freeze for LocalRegistry
impl RefUnwindSafe for LocalRegistry
impl Send for LocalRegistry
impl Sync for LocalRegistry
impl Unpin for LocalRegistry
impl UnsafeUnpin for LocalRegistry
impl UnwindSafe for LocalRegistry
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