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