pub struct CloneReport {
pub pairs: Vec<ClonePair>,
pub families: Vec<CloneFamily>,
pub statistics: CloneStatistics,
}Fields§
§pairs: Vec<ClonePair>§families: Vec<CloneFamily>§statistics: CloneStatisticsTrait Implementations§
Source§impl Clone for CloneReport
impl Clone for CloneReport
Source§fn clone(&self) -> CloneReport
fn clone(&self) -> CloneReport
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 CloneReport
impl Debug for CloneReport
Source§impl Default for CloneReport
impl Default for CloneReport
Source§fn default() -> CloneReport
fn default() -> CloneReport
Returns the “default value” for a type. Read more
impl Eq for CloneReport
Source§impl PartialEq for CloneReport
impl PartialEq for CloneReport
impl StructuralPartialEq for CloneReport
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