pub struct RepositoryVulnerabilityAlert;
Trait Implementations§
Source§impl HasField<dependabotUpdate> for RepositoryVulnerabilityAlert
impl HasField<dependabotUpdate> for RepositoryVulnerabilityAlert
Source§type Type = Option<DependabotUpdate>
type Type = Option<DependabotUpdate>
The schema marker type of this field.
Source§impl HasField<dependencyScope> for RepositoryVulnerabilityAlert
impl HasField<dependencyScope> for RepositoryVulnerabilityAlert
Source§type Type = Option<RepositoryVulnerabilityAlertDependencyScope>
type Type = Option<RepositoryVulnerabilityAlertDependencyScope>
The schema marker type of this field.
Source§impl HasField<id> for RepositoryVulnerabilityAlert
impl HasField<id> for RepositoryVulnerabilityAlert
Source§impl HasField<repository> for RepositoryVulnerabilityAlert
impl HasField<repository> for RepositoryVulnerabilityAlert
Source§type Type = Repository
type Type = Repository
The schema marker type of this field.
Source§impl HasField<securityAdvisory> for RepositoryVulnerabilityAlert
impl HasField<securityAdvisory> for RepositoryVulnerabilityAlert
Source§type Type = Option<SecurityAdvisory>
type Type = Option<SecurityAdvisory>
The schema marker type of this field.
Source§impl HasField<securityVulnerability> for RepositoryVulnerabilityAlert
impl HasField<securityVulnerability> for RepositoryVulnerabilityAlert
Source§type Type = Option<SecurityVulnerability>
type Type = Option<SecurityVulnerability>
The schema marker type of this field.
Source§impl HasField<state> for RepositoryVulnerabilityAlert
impl HasField<state> for RepositoryVulnerabilityAlert
Source§type Type = RepositoryVulnerabilityAlertState
type Type = RepositoryVulnerabilityAlertState
The schema marker type of this field.
impl HasSubtype<RepositoryVulnerabilityAlert> for Node
impl HasSubtype<RepositoryVulnerabilityAlert> for RepositoryNode
Auto Trait Implementations§
impl Freeze for RepositoryVulnerabilityAlert
impl RefUnwindSafe for RepositoryVulnerabilityAlert
impl Send for RepositoryVulnerabilityAlert
impl Sync for RepositoryVulnerabilityAlert
impl Unpin for RepositoryVulnerabilityAlert
impl UnwindSafe for RepositoryVulnerabilityAlert
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