pub struct GetPullRequestApprovalStatesInput {
pub pull_request_id: String,
pub revision_id: String,
}Fields§
§pull_request_id: StringThe system-generated ID for the pull request.
revision_id: StringThe system-generated ID for the pull request revision.
Trait Implementations§
Source§impl Clone for GetPullRequestApprovalStatesInput
impl Clone for GetPullRequestApprovalStatesInput
Source§fn clone(&self) -> GetPullRequestApprovalStatesInput
fn clone(&self) -> GetPullRequestApprovalStatesInput
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 Default for GetPullRequestApprovalStatesInput
impl Default for GetPullRequestApprovalStatesInput
Source§fn default() -> GetPullRequestApprovalStatesInput
fn default() -> GetPullRequestApprovalStatesInput
Returns the “default value” for a type. Read more
Source§impl PartialEq for GetPullRequestApprovalStatesInput
impl PartialEq for GetPullRequestApprovalStatesInput
Source§fn eq(&self, other: &GetPullRequestApprovalStatesInput) -> bool
fn eq(&self, other: &GetPullRequestApprovalStatesInput) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GetPullRequestApprovalStatesInput
Auto Trait Implementations§
impl Freeze for GetPullRequestApprovalStatesInput
impl RefUnwindSafe for GetPullRequestApprovalStatesInput
impl Send for GetPullRequestApprovalStatesInput
impl Sync for GetPullRequestApprovalStatesInput
impl Unpin for GetPullRequestApprovalStatesInput
impl UnwindSafe for GetPullRequestApprovalStatesInput
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