pub struct BootstrapReport {
pub scope: BootstrapScope,
pub findings: Vec<BootstrapFinding>,
}Fields§
§scope: BootstrapScope§findings: Vec<BootstrapFinding>Implementations§
Source§impl BootstrapReport
impl BootstrapReport
pub fn has_blockers(&self) -> bool
Trait Implementations§
Source§impl Clone for BootstrapReport
impl Clone for BootstrapReport
Source§fn clone(&self) -> BootstrapReport
fn clone(&self) -> BootstrapReport
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 BootstrapReport
impl Debug for BootstrapReport
Source§impl PartialEq for BootstrapReport
impl PartialEq for BootstrapReport
Source§fn eq(&self, other: &BootstrapReport) -> bool
fn eq(&self, other: &BootstrapReport) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for BootstrapReport
impl StructuralPartialEq for BootstrapReport
Auto Trait Implementations§
impl Freeze for BootstrapReport
impl RefUnwindSafe for BootstrapReport
impl Send for BootstrapReport
impl Sync for BootstrapReport
impl Unpin for BootstrapReport
impl UnsafeUnpin for BootstrapReport
impl UnwindSafe for BootstrapReport
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.