pub enum LintRecommendationCode {
ReviewFinding,
RestorePrerequisite,
RerunAfterSnapshotStabilizes,
InspectRuntime,
}Variants§
Trait Implementations§
Source§impl Clone for LintRecommendationCode
impl Clone for LintRecommendationCode
Source§fn clone(&self) -> LintRecommendationCode
fn clone(&self) -> LintRecommendationCode
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 LintRecommendationCode
Source§impl Debug for LintRecommendationCode
impl Debug for LintRecommendationCode
Source§impl<'de> Deserialize<'de> for LintRecommendationCode
impl<'de> Deserialize<'de> for LintRecommendationCode
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for LintRecommendationCode
Source§impl PartialEq for LintRecommendationCode
impl PartialEq for LintRecommendationCode
Source§impl Serialize for LintRecommendationCode
impl Serialize for LintRecommendationCode
impl StructuralPartialEq for LintRecommendationCode
Auto Trait Implementations§
impl Freeze for LintRecommendationCode
impl RefUnwindSafe for LintRecommendationCode
impl Send for LintRecommendationCode
impl Sync for LintRecommendationCode
impl Unpin for LintRecommendationCode
impl UnsafeUnpin for LintRecommendationCode
impl UnwindSafe for LintRecommendationCode
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