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