pub struct Repository<'a>(/* private fields */);Expand description
Represents a repository name, like library/debian
or nixos/nix.
Implementations§
Trait Implementations§
Source§impl<'a> Clone for Repository<'a>
impl<'a> Clone for Repository<'a>
Source§fn clone(&self) -> Repository<'a>
fn clone(&self) -> Repository<'a>
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<'a> Debug for Repository<'a>
impl<'a> Debug for Repository<'a>
Source§impl Display for Repository<'_>
impl Display for Repository<'_>
Source§impl<'a> PartialEq for Repository<'a>
impl<'a> PartialEq for Repository<'a>
impl<'a> Copy for Repository<'a>
impl<'a> StructuralPartialEq for Repository<'a>
Auto Trait Implementations§
impl<'a> Freeze for Repository<'a>
impl<'a> RefUnwindSafe for Repository<'a>
impl<'a> Send for Repository<'a>
impl<'a> Sync for Repository<'a>
impl<'a> Unpin for Repository<'a>
impl<'a> UnwindSafe for Repository<'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