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