pub enum LintGateEffect {
Actionable,
Advisory,
}Variants§
Trait Implementations§
Source§impl Clone for LintGateEffect
impl Clone for LintGateEffect
Source§fn clone(&self) -> LintGateEffect
fn clone(&self) -> LintGateEffect
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 LintGateEffect
Source§impl Debug for LintGateEffect
impl Debug for LintGateEffect
Source§impl Default for LintGateEffect
impl Default for LintGateEffect
Source§fn default() -> LintGateEffect
fn default() -> LintGateEffect
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for LintGateEffect
impl<'de> Deserialize<'de> for LintGateEffect
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 LintGateEffect
Source§impl PartialEq for LintGateEffect
impl PartialEq for LintGateEffect
Source§impl Serialize for LintGateEffect
impl Serialize for LintGateEffect
impl StructuralPartialEq for LintGateEffect
Auto Trait Implementations§
impl Freeze for LintGateEffect
impl RefUnwindSafe for LintGateEffect
impl Send for LintGateEffect
impl Sync for LintGateEffect
impl Unpin for LintGateEffect
impl UnsafeUnpin for LintGateEffect
impl UnwindSafe for LintGateEffect
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