pub struct GetPullRequestInput {
pub pull_request_id: String,
}Fields§
§pull_request_id: StringThe system-generated ID of the pull request. To get this ID, use ListPullRequests.
Trait Implementations§
Source§impl Clone for GetPullRequestInput
impl Clone for GetPullRequestInput
Source§fn clone(&self) -> GetPullRequestInput
fn clone(&self) -> GetPullRequestInput
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 GetPullRequestInput
impl Debug for GetPullRequestInput
Source§impl Default for GetPullRequestInput
impl Default for GetPullRequestInput
Source§fn default() -> GetPullRequestInput
fn default() -> GetPullRequestInput
Returns the “default value” for a type. Read more
Source§impl PartialEq for GetPullRequestInput
impl PartialEq for GetPullRequestInput
Source§impl Serialize for GetPullRequestInput
impl Serialize for GetPullRequestInput
impl StructuralPartialEq for GetPullRequestInput
Auto Trait Implementations§
impl Freeze for GetPullRequestInput
impl RefUnwindSafe for GetPullRequestInput
impl Send for GetPullRequestInput
impl Sync for GetPullRequestInput
impl Unpin for GetPullRequestInput
impl UnwindSafe for GetPullRequestInput
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