pub struct InstalledRepository {
pub repository: Repository,
pub path: PathBuf,
pub post_install_actions: Vec<PostInstallAction>,
}Fields§
§repository: Repository§path: PathBuf§post_install_actions: Vec<PostInstallAction>Trait Implementations§
Source§impl Clone for InstalledRepository
impl Clone for InstalledRepository
Source§fn clone(&self) -> InstalledRepository
fn clone(&self) -> InstalledRepository
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for InstalledRepository
impl RefUnwindSafe for InstalledRepository
impl Send for InstalledRepository
impl Sync for InstalledRepository
impl Unpin for InstalledRepository
impl UnsafeUnpin for InstalledRepository
impl UnwindSafe for InstalledRepository
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