Struct github_rest::model::repositories::nested::CodeScanningAlertRule
source · pub struct CodeScanningAlertRule {
pub id: String,
pub severity: String,
pub description: String,
pub full_description: String,
pub tags: Vec<String>,
pub help: String,
}
Fields§
§id: String
§severity: String
§description: String
§full_description: String
§help: String
Trait Implementations§
source§impl Clone for CodeScanningAlertRule
impl Clone for CodeScanningAlertRule
source§fn clone(&self) -> CodeScanningAlertRule
fn clone(&self) -> CodeScanningAlertRule
Returns a copy 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 CodeScanningAlertRule
impl Debug for CodeScanningAlertRule
source§impl Default for CodeScanningAlertRule
impl Default for CodeScanningAlertRule
source§fn default() -> CodeScanningAlertRule
fn default() -> CodeScanningAlertRule
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for CodeScanningAlertRule
impl<'de> Deserialize<'de> for CodeScanningAlertRule
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<CodeScanningAlertRule> for CodeScanningAlertRule
impl PartialEq<CodeScanningAlertRule> for CodeScanningAlertRule
source§fn eq(&self, other: &CodeScanningAlertRule) -> bool
fn eq(&self, other: &CodeScanningAlertRule) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for CodeScanningAlertRule
impl Serialize for CodeScanningAlertRule
impl StructuralPartialEq for CodeScanningAlertRule
Auto Trait Implementations§
impl RefUnwindSafe for CodeScanningAlertRule
impl Send for CodeScanningAlertRule
impl Sync for CodeScanningAlertRule
impl Unpin for CodeScanningAlertRule
impl UnwindSafe for CodeScanningAlertRule
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