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