pub struct DependabotAlertWithRepositoryDependency {
pub package: Option<Box<DependabotAlertPackage>>,
pub manifest_path: Option<String>,
pub scope: Option<Option<Scope>>,
}Expand description
DependabotAlertWithRepositoryDependency : Details for the vulnerable dependency.
Fields§
§package: Option<Box<DependabotAlertPackage>>§manifest_path: Option<String>The full path to the dependency manifest file, relative to the root of the repository.
scope: Option<Option<Scope>>The execution scope of the vulnerable dependency.
Implementations§
Source§impl DependabotAlertWithRepositoryDependency
impl DependabotAlertWithRepositoryDependency
Sourcepub fn new() -> DependabotAlertWithRepositoryDependency
pub fn new() -> DependabotAlertWithRepositoryDependency
Details for the vulnerable dependency.
Trait Implementations§
Source§impl Clone for DependabotAlertWithRepositoryDependency
impl Clone for DependabotAlertWithRepositoryDependency
Source§fn clone(&self) -> DependabotAlertWithRepositoryDependency
fn clone(&self) -> DependabotAlertWithRepositoryDependency
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 DependabotAlertWithRepositoryDependency
impl Default for DependabotAlertWithRepositoryDependency
Source§fn default() -> DependabotAlertWithRepositoryDependency
fn default() -> DependabotAlertWithRepositoryDependency
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DependabotAlertWithRepositoryDependency
impl<'de> Deserialize<'de> for DependabotAlertWithRepositoryDependency
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 DependabotAlertWithRepositoryDependency
impl PartialEq for DependabotAlertWithRepositoryDependency
Source§fn eq(&self, other: &DependabotAlertWithRepositoryDependency) -> bool
fn eq(&self, other: &DependabotAlertWithRepositoryDependency) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DependabotAlertWithRepositoryDependency
Auto Trait Implementations§
impl Freeze for DependabotAlertWithRepositoryDependency
impl RefUnwindSafe for DependabotAlertWithRepositoryDependency
impl Send for DependabotAlertWithRepositoryDependency
impl Sync for DependabotAlertWithRepositoryDependency
impl Unpin for DependabotAlertWithRepositoryDependency
impl UnwindSafe for DependabotAlertWithRepositoryDependency
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