pub struct OSVSource { /* private fields */ }Implementations§
Trait Implementations§
Source§impl AdvisorySource for OSVSource
impl AdvisorySource for OSVSource
Auto Trait Implementations§
impl Freeze for OSVSource
impl !RefUnwindSafe for OSVSource
impl Send for OSVSource
impl Sync for OSVSource
impl Unpin 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