pub struct AutoMergeDisabledEvent;
Trait Implementations§
Source§impl HasField<__typename> for AutoMergeDisabledEvent
impl HasField<__typename> for AutoMergeDisabledEvent
Source§impl HasField<actor> for AutoMergeDisabledEvent
impl HasField<actor> for AutoMergeDisabledEvent
Source§impl HasField<createdAt> for AutoMergeDisabledEvent
impl HasField<createdAt> for AutoMergeDisabledEvent
Source§impl HasField<disabler> for AutoMergeDisabledEvent
impl HasField<disabler> for AutoMergeDisabledEvent
Source§impl HasField<id> for AutoMergeDisabledEvent
impl HasField<id> for AutoMergeDisabledEvent
Source§impl HasField<pullRequest> for AutoMergeDisabledEvent
impl HasField<pullRequest> for AutoMergeDisabledEvent
Source§type Type = Option<PullRequest>
type Type = Option<PullRequest>
The schema marker type of this field.
Source§impl HasField<reason> for AutoMergeDisabledEvent
impl HasField<reason> for AutoMergeDisabledEvent
Source§impl HasField<reasonCode> for AutoMergeDisabledEvent
impl HasField<reasonCode> for AutoMergeDisabledEvent
Source§impl NamedType for AutoMergeDisabledEvent
impl NamedType for AutoMergeDisabledEvent
impl HasSubtype<AutoMergeDisabledEvent> for Node
impl HasSubtype<AutoMergeDisabledEvent> for PullRequestTimelineItems
Auto Trait Implementations§
impl Freeze for AutoMergeDisabledEvent
impl RefUnwindSafe for AutoMergeDisabledEvent
impl Send for AutoMergeDisabledEvent
impl Sync for AutoMergeDisabledEvent
impl Unpin for AutoMergeDisabledEvent
impl UnwindSafe for AutoMergeDisabledEvent
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