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