pub struct PrunedRev {
pub tracker: String,
pub rev: String,
pub path: Utf8PathBuf,
}Fields§
§tracker: String§rev: String§path: Utf8PathBufTrait Implementations§
impl Eq for PrunedRev
impl StructuralPartialEq for PrunedRev
Auto Trait Implementations§
impl Freeze for PrunedRev
impl RefUnwindSafe for PrunedRev
impl Send for PrunedRev
impl Sync for PrunedRev
impl Unpin for PrunedRev
impl UnsafeUnpin for PrunedRev
impl UnwindSafe for PrunedRev
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