pub struct RemoveReport {
pub path: PathBuf,
pub branch_cleanup: Vec<BranchCleanupOutcome>,
}Fields§
§path: PathBuf§branch_cleanup: Vec<BranchCleanupOutcome>Trait Implementations§
Source§impl Clone for RemoveReport
impl Clone for RemoveReport
Source§fn clone(&self) -> RemoveReport
fn clone(&self) -> RemoveReport
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RemoveReport
impl Debug for RemoveReport
impl Eq for RemoveReport
Source§impl PartialEq for RemoveReport
impl PartialEq for RemoveReport
Source§fn eq(&self, other: &RemoveReport) -> bool
fn eq(&self, other: &RemoveReport) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for RemoveReport
Auto Trait Implementations§
impl Freeze for RemoveReport
impl RefUnwindSafe for RemoveReport
impl Send for RemoveReport
impl Sync for RemoveReport
impl Unpin for RemoveReport
impl UnsafeUnpin for RemoveReport
impl UnwindSafe for RemoveReport
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