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