pub struct SecurityAdvisorySeverity {}
Auto Trait Implementations§
impl Freeze for SecurityAdvisorySeverity
impl RefUnwindSafe for SecurityAdvisorySeverity
impl Send for SecurityAdvisorySeverity
impl Sync for SecurityAdvisorySeverity
impl Unpin for SecurityAdvisorySeverity
impl UnwindSafe for SecurityAdvisorySeverity
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