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