pub struct GitPullRequest {
pub identifier: String,
pub title: Option<String>,
pub base_sha: String,
pub merge_sha: String,
}Fields§
§identifier: String§title: Option<String>§base_sha: String§merge_sha: StringAuto Trait Implementations§
impl Freeze for GitPullRequest
impl RefUnwindSafe for GitPullRequest
impl Send for GitPullRequest
impl Sync for GitPullRequest
impl Unpin for GitPullRequest
impl UnwindSafe for GitPullRequest
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