pub struct LeanLoaderCheck { /* private fields */ }Expand description
One bounded preflight finding.
Implementations§
Source§impl LeanLoaderCheck
impl LeanLoaderCheck
Sourcepub fn code(&self) -> LeanLoaderDiagnosticCode
pub fn code(&self) -> LeanLoaderDiagnosticCode
Stable loader diagnostic code.
Sourcepub fn severity(&self) -> LeanLoaderSeverity
pub fn severity(&self) -> LeanLoaderSeverity
Whether this finding blocks capability loading.
Sourcepub fn repair_hint(&self) -> &str
pub fn repair_hint(&self) -> &str
Bounded repair hint for normal users.
Trait Implementations§
Source§impl Clone for LeanLoaderCheck
impl Clone for LeanLoaderCheck
Source§fn clone(&self) -> LeanLoaderCheck
fn clone(&self) -> LeanLoaderCheck
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 LeanLoaderCheck
impl Debug for LeanLoaderCheck
Source§impl Display for LeanLoaderCheck
impl Display for LeanLoaderCheck
Source§impl PartialEq for LeanLoaderCheck
impl PartialEq for LeanLoaderCheck
Source§fn eq(&self, other: &LeanLoaderCheck) -> bool
fn eq(&self, other: &LeanLoaderCheck) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for LeanLoaderCheck
impl StructuralPartialEq for LeanLoaderCheck
Auto Trait Implementations§
impl Freeze for LeanLoaderCheck
impl RefUnwindSafe for LeanLoaderCheck
impl Send for LeanLoaderCheck
impl Sync for LeanLoaderCheck
impl Unpin for LeanLoaderCheck
impl UnsafeUnpin for LeanLoaderCheck
impl UnwindSafe for LeanLoaderCheck
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