pub struct PullRequestTemplate;
Trait Implementations§
Source§impl HasField<__typename> for PullRequestTemplate
impl HasField<__typename> for PullRequestTemplate
Source§impl HasField<body> for PullRequestTemplate
impl HasField<body> for PullRequestTemplate
Source§impl HasField<filename> for PullRequestTemplate
impl HasField<filename> for PullRequestTemplate
Source§impl HasField<repository> for PullRequestTemplate
impl HasField<repository> for PullRequestTemplate
Source§type Type = Repository
type Type = Repository
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for PullRequestTemplate
impl RefUnwindSafe for PullRequestTemplate
impl Send for PullRequestTemplate
impl Sync for PullRequestTemplate
impl Unpin for PullRequestTemplate
impl UnwindSafe for PullRequestTemplate
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