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