pub struct ecosystem;Trait Implementations§
Source§impl HasField<ecosystem> for SecurityAdvisoryPackage
impl HasField<ecosystem> for SecurityAdvisoryPackage
Source§type Type = SecurityAdvisoryEcosystem
type Type = SecurityAdvisoryEcosystem
The schema marker type of this field.
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