pub struct PullRequestMergeMethod {}
Auto Trait Implementations§
impl Freeze for PullRequestMergeMethod
impl RefUnwindSafe for PullRequestMergeMethod
impl Send for PullRequestMergeMethod
impl Sync for PullRequestMergeMethod
impl Unpin for PullRequestMergeMethod
impl UnwindSafe for PullRequestMergeMethod
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