pub enum DependabotAlertState {
AutoDismissed,
Dismissed,
Fixed,
Open,
}
Expand description
The state of the Dependabot alert.
Variants§
Trait Implementations§
Source§impl Clone for DependabotAlertState
impl Clone for DependabotAlertState
Source§fn clone(&self) -> DependabotAlertState
fn clone(&self) -> DependabotAlertState
Returns a duplicate of the value. Read more
1.0.0 · 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 DependabotAlertState
impl Debug for DependabotAlertState
Source§impl<'de> Deserialize<'de> for DependabotAlertState
impl<'de> Deserialize<'de> for DependabotAlertState
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
Source§impl Display for DependabotAlertState
impl Display for DependabotAlertState
Source§impl PartialEq for DependabotAlertState
impl PartialEq for DependabotAlertState
Source§impl Serialize for DependabotAlertState
impl Serialize for DependabotAlertState
impl Copy for DependabotAlertState
impl StructuralPartialEq for DependabotAlertState
Auto Trait Implementations§
impl Freeze for DependabotAlertState
impl RefUnwindSafe for DependabotAlertState
impl Send for DependabotAlertState
impl Sync for DependabotAlertState
impl Unpin for DependabotAlertState
impl UnwindSafe for DependabotAlertState
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