Struct shackle_shell::git::RepoMetadata
source · pub struct RepoMetadata {
pub path: PathBuf,
pub description: String,
}Fields§
§path: PathBuf§description: StringAuto Trait Implementations§
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