pub struct OrphanReport {
pub stats: OrphanStats,
pub candidates: Vec<OrphanCandidate>,
}Fields§
§stats: OrphanStats§candidates: Vec<OrphanCandidate>Trait Implementations§
Source§impl Clone for OrphanReport
impl Clone for OrphanReport
Source§fn clone(&self) -> OrphanReport
fn clone(&self) -> OrphanReport
Returns a duplicate of the value. Read more
1.0.0 · 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 OrphanReport
impl Debug for OrphanReport
Auto Trait Implementations§
impl Freeze for OrphanReport
impl RefUnwindSafe for OrphanReport
impl Send for OrphanReport
impl Sync for OrphanReport
impl Unpin for OrphanReport
impl UnsafeUnpin for OrphanReport
impl UnwindSafe for OrphanReport
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