Struct shackle_shell::git::VerboseRepoMetadata
source · pub struct VerboseRepoMetadata {
pub path: PathBuf,
pub description: String,
pub size: u64,
}Fields§
§path: PathBuf§description: String§size: u64Auto Trait Implementations§
impl RefUnwindSafe for VerboseRepoMetadata
impl Send for VerboseRepoMetadata
impl Sync for VerboseRepoMetadata
impl Unpin for VerboseRepoMetadata
impl UnwindSafe for VerboseRepoMetadata
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