pub struct IntegrityReport {
pub seed_ok: bool,
pub origin_ok: bool,
pub repo: &'static str,
pub pkg_name: &'static str,
pub version: &'static str,
}Fields§
§seed_ok: bool§origin_ok: bool§repo: &'static str§pkg_name: &'static str§version: &'static strAuto Trait Implementations§
impl Freeze for IntegrityReport
impl RefUnwindSafe for IntegrityReport
impl Send for IntegrityReport
impl Sync for IntegrityReport
impl Unpin for IntegrityReport
impl UnsafeUnpin for IntegrityReport
impl UnwindSafe for IntegrityReport
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