pub struct severities;
Trait Implementations§
Source§impl HasArgument<severities> for securityVulnerabilities
impl HasArgument<severities> for securityVulnerabilities
Source§type ArgumentType = Option<Vec<SecurityAdvisorySeverity>>
type ArgumentType = Option<Vec<SecurityAdvisorySeverity>>
The schema marker type of this argument.
Auto Trait Implementations§
impl Freeze for severities
impl RefUnwindSafe for severities
impl Send for severities
impl Sync for severities
impl Unpin for severities
impl UnwindSafe for severities
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