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