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