pub struct UpdatePullRequestTitleOutput {
pub pull_request: PullRequest,
}Fields§
§pull_request: PullRequestInformation about the updated pull request.
Trait Implementations§
Source§impl Clone for UpdatePullRequestTitleOutput
impl Clone for UpdatePullRequestTitleOutput
Source§fn clone(&self) -> UpdatePullRequestTitleOutput
fn clone(&self) -> UpdatePullRequestTitleOutput
Returns a duplicate 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 UpdatePullRequestTitleOutput
impl Debug for UpdatePullRequestTitleOutput
Source§impl Default for UpdatePullRequestTitleOutput
impl Default for UpdatePullRequestTitleOutput
Source§fn default() -> UpdatePullRequestTitleOutput
fn default() -> UpdatePullRequestTitleOutput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UpdatePullRequestTitleOutput
impl<'de> Deserialize<'de> for UpdatePullRequestTitleOutput
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for UpdatePullRequestTitleOutput
impl PartialEq for UpdatePullRequestTitleOutput
Source§fn eq(&self, other: &UpdatePullRequestTitleOutput) -> bool
fn eq(&self, other: &UpdatePullRequestTitleOutput) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for UpdatePullRequestTitleOutput
Auto Trait Implementations§
impl Freeze for UpdatePullRequestTitleOutput
impl RefUnwindSafe for UpdatePullRequestTitleOutput
impl Send for UpdatePullRequestTitleOutput
impl Sync for UpdatePullRequestTitleOutput
impl Unpin for UpdatePullRequestTitleOutput
impl UnwindSafe for UpdatePullRequestTitleOutput
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