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