pub struct OsvSource;Expand description
Queries the public OSV database (osv.dev).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OsvSource
impl RefUnwindSafe for OsvSource
impl Send for OsvSource
impl Sync for OsvSource
impl Unpin for OsvSource
impl UnsafeUnpin for OsvSource
impl UnwindSafe for OsvSource
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