pub struct WebhookcodescanningalertclosedbyuserAlertTool {
pub guid: Option<String>,
pub name: Option<String>,
pub version: Option<String>,
}Fields§
§guid: Option<String>§name: Option<String>The name of the tool used to generate the code scanning analysis alert.
version: Option<String>The version of the tool used to detect the alert.
Trait Implementations§
Source§impl Clone for WebhookcodescanningalertclosedbyuserAlertTool
impl Clone for WebhookcodescanningalertclosedbyuserAlertTool
Source§fn clone(&self) -> WebhookcodescanningalertclosedbyuserAlertTool
fn clone(&self) -> WebhookcodescanningalertclosedbyuserAlertTool
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 Default for WebhookcodescanningalertclosedbyuserAlertTool
impl Default for WebhookcodescanningalertclosedbyuserAlertTool
Source§fn default() -> WebhookcodescanningalertclosedbyuserAlertTool
fn default() -> WebhookcodescanningalertclosedbyuserAlertTool
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for WebhookcodescanningalertclosedbyuserAlertTool
impl<'de> Deserialize<'de> for WebhookcodescanningalertclosedbyuserAlertTool
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 PartialEq for WebhookcodescanningalertclosedbyuserAlertTool
impl PartialEq for WebhookcodescanningalertclosedbyuserAlertTool
Source§fn eq(&self, other: &WebhookcodescanningalertclosedbyuserAlertTool) -> bool
fn eq(&self, other: &WebhookcodescanningalertclosedbyuserAlertTool) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for WebhookcodescanningalertclosedbyuserAlertTool
Auto Trait Implementations§
impl Freeze for WebhookcodescanningalertclosedbyuserAlertTool
impl RefUnwindSafe for WebhookcodescanningalertclosedbyuserAlertTool
impl Send for WebhookcodescanningalertclosedbyuserAlertTool
impl Sync for WebhookcodescanningalertclosedbyuserAlertTool
impl Unpin for WebhookcodescanningalertclosedbyuserAlertTool
impl UnwindSafe for WebhookcodescanningalertclosedbyuserAlertTool
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