Struct forgejo_api::structs::RepoUpdatePullRequestQuery
source · pub struct RepoUpdatePullRequestQuery {
pub style: Option<RepoUpdatePullRequestQueryStyle>,
}Fields§
§style: Option<RepoUpdatePullRequestQueryStyle>how to update pull request
Trait Implementations§
source§impl Clone for RepoUpdatePullRequestQuery
impl Clone for RepoUpdatePullRequestQuery
source§fn clone(&self) -> RepoUpdatePullRequestQuery
fn clone(&self) -> RepoUpdatePullRequestQuery
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for RepoUpdatePullRequestQuery
impl Debug for RepoUpdatePullRequestQuery
source§impl Default for RepoUpdatePullRequestQuery
impl Default for RepoUpdatePullRequestQuery
source§fn default() -> RepoUpdatePullRequestQuery
fn default() -> RepoUpdatePullRequestQuery
Returns the “default value” for a type. Read more
source§impl Display for RepoUpdatePullRequestQuery
impl Display for RepoUpdatePullRequestQuery
source§impl PartialEq for RepoUpdatePullRequestQuery
impl PartialEq for RepoUpdatePullRequestQuery
source§fn eq(&self, other: &RepoUpdatePullRequestQuery) -> bool
fn eq(&self, other: &RepoUpdatePullRequestQuery) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for RepoUpdatePullRequestQuery
Auto Trait Implementations§
impl Freeze for RepoUpdatePullRequestQuery
impl RefUnwindSafe for RepoUpdatePullRequestQuery
impl Send for RepoUpdatePullRequestQuery
impl Sync for RepoUpdatePullRequestQuery
impl Unpin for RepoUpdatePullRequestQuery
impl UnwindSafe for RepoUpdatePullRequestQuery
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)