[−][src]Struct rusoto_codecommit::PullRequestEvent
Returns information about a pull request event.
Fields
actor_arn: Option<String>
The Amazon Resource Name (ARN) of the user whose actions resulted in the event. Examples include updating the pull request with additional commits or changing the status of a pull request.
event_date: Option<f64>
The day and time of the pull request event, in timestamp format.
pull_request_created_event_metadata: Option<PullRequestCreatedEventMetadata>
Information about the source and destination branches for the pull request.
pull_request_event_type: Option<String>
The type of the pull request event, for example a status change event (PULL_REQUEST_STATUS_CHANGED) or update event (PULL_REQUEST_SOURCE_REFERENCE_UPDATED).
pull_request_id: Option<String>
The system-generated ID of the pull request.
pull_request_merged_state_changed_event_metadata: Option<PullRequestMergedStateChangedEventMetadata>
Information about the change in mergability state for the pull request event.
pull_request_source_reference_updated_event_metadata: Option<PullRequestSourceReferenceUpdatedEventMetadata>
Information about the updated source branch for the pull request event.
pull_request_status_changed_event_metadata: Option<PullRequestStatusChangedEventMetadata>
Information about the change in status for the pull request event.
Trait Implementations
impl PartialEq<PullRequestEvent> for PullRequestEvent
[src]
fn eq(&self, other: &PullRequestEvent) -> bool
[src]
fn ne(&self, other: &PullRequestEvent) -> bool
[src]
impl Default for PullRequestEvent
[src]
fn default() -> PullRequestEvent
[src]
impl Clone for PullRequestEvent
[src]
fn clone(&self) -> PullRequestEvent
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl Debug for PullRequestEvent
[src]
impl<'de> Deserialize<'de> for PullRequestEvent
[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
[src]
__D: Deserializer<'de>,
Auto Trait Implementations
impl Send for PullRequestEvent
impl Sync for PullRequestEvent
Blanket Implementations
impl<T> From for T
[src]
impl<T, U> Into for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
impl<T, U> TryFrom for T where
T: From<U>,
[src]
T: From<U>,
type Error = !
try_from
)The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T> Borrow for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T, U> TryInto for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
try_from
)The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
fn get_type_id(&self) -> TypeId
[src]
impl<T> DeserializeOwned for T where
T: Deserialize<'de>,
[src]
T: Deserialize<'de>,
impl<T> Erased for T
impl<T> Same for T
type Output = T
Should always be Self