pub struct SecurityVulnerability;
Trait Implementations§
Source§impl HasField<__typename> for SecurityVulnerability
impl HasField<__typename> for SecurityVulnerability
Source§impl HasField<advisory> for SecurityVulnerability
impl HasField<advisory> for SecurityVulnerability
Source§type Type = SecurityAdvisory
type Type = SecurityAdvisory
The schema marker type of this field.
Source§impl HasField<firstPatchedVersion> for SecurityVulnerability
impl HasField<firstPatchedVersion> for SecurityVulnerability
Source§type Type = Option<SecurityAdvisoryPackageVersion>
type Type = Option<SecurityAdvisoryPackageVersion>
The schema marker type of this field.
Source§impl HasField<package> for SecurityVulnerability
impl HasField<package> for SecurityVulnerability
Source§type Type = SecurityAdvisoryPackage
type Type = SecurityAdvisoryPackage
The schema marker type of this field.
Source§impl HasField<severity> for SecurityVulnerability
impl HasField<severity> for SecurityVulnerability
Source§type Type = SecurityAdvisorySeverity
type Type = SecurityAdvisorySeverity
The schema marker type of this field.
Source§impl HasField<updatedAt> for SecurityVulnerability
impl HasField<updatedAt> for SecurityVulnerability
Auto Trait Implementations§
impl Freeze for SecurityVulnerability
impl RefUnwindSafe for SecurityVulnerability
impl Send for SecurityVulnerability
impl Sync for SecurityVulnerability
impl Unpin for SecurityVulnerability
impl UnwindSafe for SecurityVulnerability
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