Struct azure_rust::pull_requests::PullRequestResponse
source · [−]pub struct PullRequestResponse {Show 21 fields
pub repository: Repository,
pub pull_request_id: i64,
pub code_review_id: i64,
pub status: String,
pub created_by: CreatedBy,
pub creation_date: String,
pub title: String,
pub description: String,
pub source_ref_name: String,
pub target_ref_name: String,
pub merge_status: String,
pub is_draft: bool,
pub merge_id: String,
pub last_merge_source_commit: LastMergeSourceCommit,
pub last_merge_target_commit: LastMergeTargetCommit,
pub last_merge_commit: LastMergeCommit,
pub reviewers: Vec<Value>,
pub url: String,
pub links: LinksRefs,
pub supports_iterations: bool,
pub artifact_id: String,
}Fields
repository: Repositorypull_request_id: i64code_review_id: i64status: Stringcreated_by: CreatedBycreation_date: Stringtitle: Stringdescription: Stringsource_ref_name: Stringtarget_ref_name: Stringmerge_status: Stringis_draft: boolmerge_id: Stringlast_merge_source_commit: LastMergeSourceCommitlast_merge_target_commit: LastMergeTargetCommitlast_merge_commit: LastMergeCommitreviewers: Vec<Value>url: Stringlinks: LinksRefssupports_iterations: boolartifact_id: StringTrait Implementations
sourceimpl Debug for PullRequestResponse
impl Debug for PullRequestResponse
sourceimpl<'de> Deserialize<'de> for PullRequestResponse
impl<'de> Deserialize<'de> for PullRequestResponse
sourcefn 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
Auto Trait Implementations
impl RefUnwindSafe for PullRequestResponse
impl Send for PullRequestResponse
impl Sync for PullRequestResponse
impl Unpin for PullRequestResponse
impl UnwindSafe for PullRequestResponse
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
sourcefn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
sourceimpl<T> WithSubscriber for T
impl<T> WithSubscriber for T
sourcefn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
sourcefn with_current_subscriber(self) -> WithDispatch<Self>
fn with_current_subscriber(self) -> WithDispatch<Self>
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more