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