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