pub struct repositoryVulnerabilityAlert;Trait Implementations§
Source§impl Field for repositoryVulnerabilityAlert
impl Field for repositoryVulnerabilityAlert
Source§impl HasField<repositoryVulnerabilityAlert> for DismissRepositoryVulnerabilityAlertPayload
impl HasField<repositoryVulnerabilityAlert> for DismissRepositoryVulnerabilityAlertPayload
Source§type Type = Option<RepositoryVulnerabilityAlert>
type Type = Option<RepositoryVulnerabilityAlert>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for repositoryVulnerabilityAlert
impl RefUnwindSafe for repositoryVulnerabilityAlert
impl Send for repositoryVulnerabilityAlert
impl Sync for repositoryVulnerabilityAlert
impl Unpin for repositoryVulnerabilityAlert
impl UnwindSafe for repositoryVulnerabilityAlert
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