pub enum CodeScanningAlertCreatedAction {
Created,
}Variants§
Created
Trait Implementations§
Source§impl Clone for CodeScanningAlertCreatedAction
impl Clone for CodeScanningAlertCreatedAction
Source§fn clone(&self) -> CodeScanningAlertCreatedAction
fn clone(&self) -> CodeScanningAlertCreatedAction
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 CodeScanningAlertCreatedAction
Source§impl<'de> Deserialize<'de> for CodeScanningAlertCreatedAction
impl<'de> Deserialize<'de> for CodeScanningAlertCreatedAction
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 CodeScanningAlertCreatedAction
Source§impl From<&CodeScanningAlertCreatedAction> for CodeScanningAlertCreatedAction
impl From<&CodeScanningAlertCreatedAction> for CodeScanningAlertCreatedAction
Source§fn from(value: &CodeScanningAlertCreatedAction) -> Self
fn from(value: &CodeScanningAlertCreatedAction) -> Self
Converts to this type from the input type.
Source§impl Ord for CodeScanningAlertCreatedAction
impl Ord for CodeScanningAlertCreatedAction
Source§fn cmp(&self, other: &CodeScanningAlertCreatedAction) -> Ordering
fn cmp(&self, other: &CodeScanningAlertCreatedAction) -> 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 PartialOrd for CodeScanningAlertCreatedAction
impl PartialOrd for CodeScanningAlertCreatedAction
impl StructuralPartialEq for CodeScanningAlertCreatedAction
Source§impl TryFrom<&String> for CodeScanningAlertCreatedAction
impl TryFrom<&String> for CodeScanningAlertCreatedAction
Source§impl TryFrom<&str> for CodeScanningAlertCreatedAction
impl TryFrom<&str> for CodeScanningAlertCreatedAction
Auto Trait Implementations§
impl Freeze for CodeScanningAlertCreatedAction
impl RefUnwindSafe for CodeScanningAlertCreatedAction
impl Send for CodeScanningAlertCreatedAction
impl Sync for CodeScanningAlertCreatedAction
impl Unpin for CodeScanningAlertCreatedAction
impl UnsafeUnpin for CodeScanningAlertCreatedAction
impl UnwindSafe for CodeScanningAlertCreatedAction
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