pub struct LeanWorkerBootstrapCheck { /* private fields */ }Expand description
One bounded worker bootstrap finding.
Implementations§
Source§impl LeanWorkerBootstrapCheck
impl LeanWorkerBootstrapCheck
Sourcepub fn code(&self) -> LeanWorkerBootstrapDiagnosticCode
pub fn code(&self) -> LeanWorkerBootstrapDiagnosticCode
Stable diagnostic code.
Sourcepub fn severity(&self) -> LeanWorkerBootstrapSeverity
pub fn severity(&self) -> LeanWorkerBootstrapSeverity
Whether this finding blocks worker startup.
Sourcepub fn subject(&self) -> &str
pub fn subject(&self) -> &str
Child binary, artifact, export, or protocol step this finding concerns.
Sourcepub fn repair_hint(&self) -> &str
pub fn repair_hint(&self) -> &str
Bounded repair hint for packaged applications.
Trait Implementations§
Source§impl Clone for LeanWorkerBootstrapCheck
impl Clone for LeanWorkerBootstrapCheck
Source§fn clone(&self) -> LeanWorkerBootstrapCheck
fn clone(&self) -> LeanWorkerBootstrapCheck
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 LeanWorkerBootstrapCheck
impl Debug for LeanWorkerBootstrapCheck
Source§impl PartialEq for LeanWorkerBootstrapCheck
impl PartialEq for LeanWorkerBootstrapCheck
Source§fn eq(&self, other: &LeanWorkerBootstrapCheck) -> bool
fn eq(&self, other: &LeanWorkerBootstrapCheck) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for LeanWorkerBootstrapCheck
impl StructuralPartialEq for LeanWorkerBootstrapCheck
Auto Trait Implementations§
impl Freeze for LeanWorkerBootstrapCheck
impl RefUnwindSafe for LeanWorkerBootstrapCheck
impl Send for LeanWorkerBootstrapCheck
impl Sync for LeanWorkerBootstrapCheck
impl Unpin for LeanWorkerBootstrapCheck
impl UnsafeUnpin for LeanWorkerBootstrapCheck
impl UnwindSafe for LeanWorkerBootstrapCheck
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