pub struct PullRequestCreatedEvent {
pub real_time_pull_request_event: RealTimePullRequestEvent,
}Expand description
Real time event (SignalR) for pull request creation
Fields§
§real_time_pull_request_event: RealTimePullRequestEventImplementations§
Trait Implementations§
Source§impl Clone for PullRequestCreatedEvent
impl Clone for PullRequestCreatedEvent
Source§fn clone(&self) -> PullRequestCreatedEvent
fn clone(&self) -> PullRequestCreatedEvent
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 PullRequestCreatedEvent
impl Debug for PullRequestCreatedEvent
Source§impl Default for PullRequestCreatedEvent
impl Default for PullRequestCreatedEvent
Source§fn default() -> PullRequestCreatedEvent
fn default() -> PullRequestCreatedEvent
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PullRequestCreatedEvent
impl<'de> Deserialize<'de> for PullRequestCreatedEvent
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 PullRequestCreatedEvent
impl PartialEq for PullRequestCreatedEvent
Source§impl Serialize for PullRequestCreatedEvent
impl Serialize for PullRequestCreatedEvent
impl StructuralPartialEq for PullRequestCreatedEvent
Auto Trait Implementations§
impl Freeze for PullRequestCreatedEvent
impl RefUnwindSafe for PullRequestCreatedEvent
impl Send for PullRequestCreatedEvent
impl Sync for PullRequestCreatedEvent
impl Unpin for PullRequestCreatedEvent
impl UnwindSafe for PullRequestCreatedEvent
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<D> DeserializeWith<JsonFormat> for Dwhere
D: DeserializeOwned,
impl<D> DeserializeWith<JsonFormat> for Dwhere
D: DeserializeOwned,
Source§fn deserialize_with(body: ResponseBody) -> Result<D, Error>
fn deserialize_with(body: ResponseBody) -> Result<D, Error>
Deserialize the response body using the specified format. Read more