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