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