pub struct SecurityAdvisoryPackage;
Trait Implementations§
Source§impl HasField<__typename> for SecurityAdvisoryPackage
impl HasField<__typename> for SecurityAdvisoryPackage
Source§impl HasField<ecosystem> for SecurityAdvisoryPackage
impl HasField<ecosystem> for SecurityAdvisoryPackage
Source§type Type = SecurityAdvisoryEcosystem
type Type = SecurityAdvisoryEcosystem
The schema marker type of this field.
Source§impl HasField<name> for SecurityAdvisoryPackage
impl HasField<name> for SecurityAdvisoryPackage
Auto Trait Implementations§
impl Freeze for SecurityAdvisoryPackage
impl RefUnwindSafe for SecurityAdvisoryPackage
impl Send for SecurityAdvisoryPackage
impl Sync for SecurityAdvisoryPackage
impl Unpin for SecurityAdvisoryPackage
impl UnwindSafe for SecurityAdvisoryPackage
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