pub struct TitleDescriptionUpdatedEvent {
pub real_time_pull_request_event: RealTimePullRequestEvent,
}Expand description
Real time event (SignalR) for a title/description update on a pull request
Fields§
§real_time_pull_request_event: RealTimePullRequestEventImplementations§
Trait Implementations§
Source§impl Clone for TitleDescriptionUpdatedEvent
impl Clone for TitleDescriptionUpdatedEvent
Source§fn clone(&self) -> TitleDescriptionUpdatedEvent
fn clone(&self) -> TitleDescriptionUpdatedEvent
Returns a copy 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 TitleDescriptionUpdatedEvent
impl Debug for TitleDescriptionUpdatedEvent
Source§impl Default for TitleDescriptionUpdatedEvent
impl Default for TitleDescriptionUpdatedEvent
Source§fn default() -> TitleDescriptionUpdatedEvent
fn default() -> TitleDescriptionUpdatedEvent
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for TitleDescriptionUpdatedEvent
impl<'de> Deserialize<'de> for TitleDescriptionUpdatedEvent
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 TitleDescriptionUpdatedEvent
impl PartialEq for TitleDescriptionUpdatedEvent
Source§fn eq(&self, other: &TitleDescriptionUpdatedEvent) -> bool
fn eq(&self, other: &TitleDescriptionUpdatedEvent) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for TitleDescriptionUpdatedEvent
Auto Trait Implementations§
impl Freeze for TitleDescriptionUpdatedEvent
impl RefUnwindSafe for TitleDescriptionUpdatedEvent
impl Send for TitleDescriptionUpdatedEvent
impl Sync for TitleDescriptionUpdatedEvent
impl Unpin for TitleDescriptionUpdatedEvent
impl UnwindSafe for TitleDescriptionUpdatedEvent
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