pub struct DistributorCatalogClient;Trait Implementations§
Source§impl CatalogArtifactClient for DistributorCatalogClient
impl CatalogArtifactClient for DistributorCatalogClient
fn fetch_catalog(&self, root: &Path, reference: &str) -> Result<FetchedCatalog>
Source§impl Clone for DistributorCatalogClient
impl Clone for DistributorCatalogClient
Source§fn clone(&self) -> DistributorCatalogClient
fn clone(&self) -> DistributorCatalogClient
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DistributorCatalogClient
impl Debug for DistributorCatalogClient
Source§impl Default for DistributorCatalogClient
impl Default for DistributorCatalogClient
Source§fn default() -> DistributorCatalogClient
fn default() -> DistributorCatalogClient
Returns the “default value” for a type. Read more
impl Copy for DistributorCatalogClient
Auto Trait Implementations§
impl Freeze for DistributorCatalogClient
impl RefUnwindSafe for DistributorCatalogClient
impl Send for DistributorCatalogClient
impl Sync for DistributorCatalogClient
impl Unpin for DistributorCatalogClient
impl UnsafeUnpin for DistributorCatalogClient
impl UnwindSafe for DistributorCatalogClient
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