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