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