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