pub struct DependabotUpdate;Trait Implementations§
Source§impl HasField<__typename> for DependabotUpdate
impl HasField<__typename> for DependabotUpdate
Source§impl HasField<error> for DependabotUpdate
impl HasField<error> for DependabotUpdate
Source§type Type = Option<DependabotUpdateError>
type Type = Option<DependabotUpdateError>
The schema marker type of this field.
Source§impl HasField<pullRequest> for DependabotUpdate
impl HasField<pullRequest> for DependabotUpdate
Source§type Type = Option<PullRequest>
type Type = Option<PullRequest>
The schema marker type of this field.
Source§impl HasField<repository> for DependabotUpdate
impl HasField<repository> for DependabotUpdate
Source§type Type = Repository
type Type = Repository
The schema marker type of this field.
Source§impl NamedType for DependabotUpdate
impl NamedType for DependabotUpdate
impl HasSubtype<DependabotUpdate> for RepositoryNode
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