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