pub struct FamilyVerificationReport {
pub output: String,
pub failed: usize,
}Fields§
§output: String§failed: usizeTrait Implementations§
Source§impl Clone for FamilyVerificationReport
impl Clone for FamilyVerificationReport
Source§fn clone(&self) -> FamilyVerificationReport
fn clone(&self) -> FamilyVerificationReport
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 FamilyVerificationReport
impl Debug for FamilyVerificationReport
impl Eq for FamilyVerificationReport
Source§impl PartialEq for FamilyVerificationReport
impl PartialEq for FamilyVerificationReport
impl StructuralPartialEq for FamilyVerificationReport
Auto Trait Implementations§
impl Freeze for FamilyVerificationReport
impl RefUnwindSafe for FamilyVerificationReport
impl Send for FamilyVerificationReport
impl Sync for FamilyVerificationReport
impl Unpin for FamilyVerificationReport
impl UnsafeUnpin for FamilyVerificationReport
impl UnwindSafe for FamilyVerificationReport
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