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