Struct pkgcraft::config::RepoConfig
source · [−]#[repr(C)]pub struct RepoConfig { /* private fields */ }Expand description
Wrapper for configured repos.
Auto Trait Implementations
impl !RefUnwindSafe for RepoConfig
impl !Send for RepoConfig
impl !Sync for RepoConfig
impl Unpin for RepoConfig
impl !UnwindSafe for RepoConfig
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more