pub struct securityAdvisory;
Trait Implementations§
Source§impl Field for securityAdvisory
impl Field for securityAdvisory
Source§impl HasArgument<ghsaId> for securityAdvisory
impl HasArgument<ghsaId> for securityAdvisory
Source§impl HasField<securityAdvisory> for Query
impl HasField<securityAdvisory> for Query
Source§type Type = Option<SecurityAdvisory>
type Type = Option<SecurityAdvisory>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for securityAdvisory
impl RefUnwindSafe for securityAdvisory
impl Send for securityAdvisory
impl Sync for securityAdvisory
impl Unpin for securityAdvisory
impl UnwindSafe for securityAdvisory
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