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