pub struct RepositoryPath<'a>(/* private fields */);Expand description
The repository path of an OCI reference.
The segments between the registry host and the tag or digest
(water-rs/stow-cache in ghcr.io/water-rs/stow-cache:serde.1.0.0-…).
Registry pull scopes name this path (repository:<path>:pull), not the
crate segment inside the tag.
Implementations§
Trait Implementations§
Source§impl<'a> Clone for RepositoryPath<'a>
impl<'a> Clone for RepositoryPath<'a>
impl<'a> Copy for RepositoryPath<'a>
Source§impl<'a> Debug for RepositoryPath<'a>
impl<'a> Debug for RepositoryPath<'a>
Source§impl Display for RepositoryPath<'_>
impl Display for RepositoryPath<'_>
impl<'a> Eq for RepositoryPath<'a>
Source§impl<'a> Hash for RepositoryPath<'a>
impl<'a> Hash for RepositoryPath<'a>
Source§impl<'a> PartialEq for RepositoryPath<'a>
impl<'a> PartialEq for RepositoryPath<'a>
impl<'a> StructuralPartialEq for RepositoryPath<'a>
Auto Trait Implementations§
impl<'a> Freeze for RepositoryPath<'a>
impl<'a> RefUnwindSafe for RepositoryPath<'a>
impl<'a> Send for RepositoryPath<'a>
impl<'a> Sync for RepositoryPath<'a>
impl<'a> Unpin for RepositoryPath<'a>
impl<'a> UnsafeUnpin for RepositoryPath<'a>
impl<'a> UnwindSafe for RepositoryPath<'a>
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.