pub struct firstPatchedVersion;
Trait Implementations§
Source§impl Field for firstPatchedVersion
impl Field for firstPatchedVersion
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.
Auto Trait Implementations§
impl Freeze for firstPatchedVersion
impl RefUnwindSafe for firstPatchedVersion
impl Send for firstPatchedVersion
impl Sync for firstPatchedVersion
impl Unpin for firstPatchedVersion
impl UnwindSafe for firstPatchedVersion
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