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