pub enum PromotableFindingKind {
ExplicitTargetMissing,
ExplicitTargetTypeMismatch,
InvalidReference,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for PromotableFindingKind
impl Clone for PromotableFindingKind
Source§fn clone(&self) -> PromotableFindingKind
fn clone(&self) -> PromotableFindingKind
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 moreimpl Copy for PromotableFindingKind
Source§impl Debug for PromotableFindingKind
impl Debug for PromotableFindingKind
impl Eq for PromotableFindingKind
Source§impl Ord for PromotableFindingKind
impl Ord for PromotableFindingKind
Source§fn cmp(&self, other: &PromotableFindingKind) -> Ordering
fn cmp(&self, other: &PromotableFindingKind) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for PromotableFindingKind
impl PartialEq for PromotableFindingKind
Source§impl PartialOrd for PromotableFindingKind
impl PartialOrd for PromotableFindingKind
impl StructuralPartialEq for PromotableFindingKind
Auto Trait Implementations§
impl Freeze for PromotableFindingKind
impl RefUnwindSafe for PromotableFindingKind
impl Send for PromotableFindingKind
impl Sync for PromotableFindingKind
impl Unpin for PromotableFindingKind
impl UnsafeUnpin for PromotableFindingKind
impl UnwindSafe for PromotableFindingKind
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