pub struct PreflightSummary {
pub ok: bool,
pub blocking_failures: usize,
pub warnings: usize,
}Fields§
§ok: bool§blocking_failures: usize§warnings: usizeImplementations§
Trait Implementations§
Source§impl Clone for PreflightSummary
impl Clone for PreflightSummary
Source§fn clone(&self) -> PreflightSummary
fn clone(&self) -> PreflightSummary
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 PreflightSummary
impl Debug for PreflightSummary
Source§impl PartialEq for PreflightSummary
impl PartialEq for PreflightSummary
impl Copy for PreflightSummary
impl Eq for PreflightSummary
impl StructuralPartialEq for PreflightSummary
Auto Trait Implementations§
impl Freeze for PreflightSummary
impl RefUnwindSafe for PreflightSummary
impl Send for PreflightSummary
impl Sync for PreflightSummary
impl Unpin for PreflightSummary
impl UnsafeUnpin for PreflightSummary
impl UnwindSafe for PreflightSummary
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