pub struct GithubMergeRequestFields { /* private fields */ }
Trait Implementations§
Source§impl From<&Value> for GithubMergeRequestFields
impl From<&Value> for GithubMergeRequestFields
Source§impl From<GithubMergeRequestFields> for MergeRequestResponse
impl From<GithubMergeRequestFields> for MergeRequestResponse
Source§fn from(fields: GithubMergeRequestFields) -> Self
fn from(fields: GithubMergeRequestFields) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for GithubMergeRequestFields
impl RefUnwindSafe for GithubMergeRequestFields
impl Send for GithubMergeRequestFields
impl Sync for GithubMergeRequestFields
impl Unpin for GithubMergeRequestFields
impl UnwindSafe for GithubMergeRequestFields
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