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