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