pub struct CloneReport {
pub name: String,
pub dir: PathBuf,
pub outcome: Outcome,
pub command: String,
}Fields§
§name: String§dir: PathBuf§outcome: Outcome§command: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for CloneReport
impl RefUnwindSafe for CloneReport
impl Send for CloneReport
impl Sync for CloneReport
impl Unpin for CloneReport
impl UnsafeUnpin for CloneReport
impl UnwindSafe for CloneReport
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