pub struct VerboseRepoMetadata {
pub path: PathBuf,
pub description: String,
pub size: u64,
}
Fields§
§path: PathBuf
§description: String
§size: u64
Auto Trait Implementations§
impl Freeze for VerboseRepoMetadata
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