pub struct RepoMetadata {
pub path: PathBuf,
pub description: String,
}
Fields§
§path: PathBuf
§description: String
Auto Trait Implementations§
impl Freeze for RepoMetadata
impl RefUnwindSafe for RepoMetadata
impl Send for RepoMetadata
impl Sync for RepoMetadata
impl Unpin for RepoMetadata
impl UnwindSafe for RepoMetadata
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