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