pub struct vulnerabilityAlerts;
Trait Implementations§
Source§impl Field for vulnerabilityAlerts
impl Field for vulnerabilityAlerts
Source§impl HasArgument<after> for vulnerabilityAlerts
impl HasArgument<after> for vulnerabilityAlerts
Source§impl HasArgument<before> for vulnerabilityAlerts
impl HasArgument<before> for vulnerabilityAlerts
Source§impl HasArgument<dependencyScopes> for vulnerabilityAlerts
impl HasArgument<dependencyScopes> for vulnerabilityAlerts
Source§type ArgumentType = Option<Vec<RepositoryVulnerabilityAlertDependencyScope>>
type ArgumentType = Option<Vec<RepositoryVulnerabilityAlertDependencyScope>>
The schema marker type of this argument.
Source§impl HasArgument<first> for vulnerabilityAlerts
impl HasArgument<first> for vulnerabilityAlerts
Source§impl HasArgument<last> for vulnerabilityAlerts
impl HasArgument<last> for vulnerabilityAlerts
Source§impl HasArgument<states> for vulnerabilityAlerts
impl HasArgument<states> for vulnerabilityAlerts
Source§type ArgumentType = Option<Vec<RepositoryVulnerabilityAlertState>>
type ArgumentType = Option<Vec<RepositoryVulnerabilityAlertState>>
The schema marker type of this argument.
Source§impl HasField<vulnerabilityAlerts> for Repository
impl HasField<vulnerabilityAlerts> for Repository
Source§type Type = Option<RepositoryVulnerabilityAlertConnection>
type Type = Option<RepositoryVulnerabilityAlertConnection>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for vulnerabilityAlerts
impl RefUnwindSafe for vulnerabilityAlerts
impl Send for vulnerabilityAlerts
impl Sync for vulnerabilityAlerts
impl Unpin for vulnerabilityAlerts
impl UnwindSafe for vulnerabilityAlerts
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