pub struct pullRequestTemplates;
Trait Implementations§
Source§impl Field for pullRequestTemplates
impl Field for pullRequestTemplates
Source§impl HasField<pullRequestTemplates> for Repository
impl HasField<pullRequestTemplates> for Repository
Auto Trait Implementations§
impl Freeze for pullRequestTemplates
impl RefUnwindSafe for pullRequestTemplates
impl Send for pullRequestTemplates
impl Sync for pullRequestTemplates
impl Unpin for pullRequestTemplates
impl UnwindSafe for pullRequestTemplates
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