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