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